ebjjilpkbpnjikomachppbogkgdndijh
Adds a window to save and manage code snippets for Webflow projects. Codehub for Webflow help you manage your codesnippets. THE PROBLEM: If you often find yourself searching through multiple projects to find those handy code snippets you've used before, Codehub is here to simplify your life. THE SOLUTION: This extension provides a centralized hub where you can save, manage, and easily access all your frequently used code snippets. With Codehub, reusing code across your Webflow projects becomes a breeze, saving you time and effort. It's the perfect tool for developers looking to optimize their coding process and enhance productivity on Webflow. Simply copy the snippets that you have saved and paste them where you need them. Also enjoy the premade community snippets!
My sites in Webflow
Open your Webflow sites faster: Designer, Settings or Preview. When you open your Webflow Dashboard, your current sites are saved locally to your browser. You can then access them faster (the Designer, Settings or Preview) when you open the popup window of this extension. NOTE: Extension is developed independently, and is not officially endorsed by Webflow, Inc.
AidKit for Webflow
Unlock a suite of tools made for Webflow developers. Customize & automate your development process using industry best practices. DESCRIPTION: Introducing AidKit for Webflow – the multi-functional toolkit every Webflow developer needs. Experience a seamless development workflow with a suite of practical features. AidKit for Webflow enhances your workflow, allowing you to focus on what truly matters: creating exceptional websites. PAGE SETTINGS: Feature 1 (Character Count Display): Real-time character counter for your text inputs for more precise content editing. Feature 2 (SEO Text Length Indicator): Receive instant feedback on the length of your meta descriptions and titles. Know when content is too short, optimal, or too long. Feature 3 (Title Tag Length Limit): Receive real-time character limitations for your title tags, ensuring they are optimized for search engine visibility. Feature 4 (Meta Description Length Limit): Automatically restrict a 160 character count for your meta descriptions, ensuring they are optimized for search engine visibility. Feature 5 (OG Image URL Enhancer): Easily paste the same link as the open graph image from your home page with a single checkbox. Feature 6 (Expand page settings): Adds a expand button near the duplicate and trash button for page settings to be able to toggle your view between normal and full screen for easier page settings editing + using the code editor. Feature 1 (Undo/Redo): Webflow's very useful undo and redo buttons were relocated. Reapply the original undo and redo buttons ensuring a smoother design process. Feature 2 (Active Breakpoints): When designing in webflow, you can sometimes loose track that you have been working in a non base breakpoint for quite some time... that forgetfulness can cause alot of pain when you come to realize all the work you did needs to now be redone in the base breakpoint... with this new feature you have a peripheral visual when designing for that mental reminder. Feature 3 (Change Webflow Designer Color Appearance): In Webflow's major rebranding, they introduced a much darker designer... some like it, some not as much... this feature brings back the original webflow designer appearance... but also introduces new colors for different moods... including a much wanted light mode. Feature 4 (White Label the Webflow Designer): Change the webflow logo atop left of the designer to your brand logo for a professional look. Useful when screen recording videos or screenshots for clients. Feature 5 (Sound for Alert Triggers - Notifications): Each time a webflow alert gets triggered, you will now get a ding along with the Alert. Feature 1 (Copy to Clipboard): This features adds a copy to clipboard button for the site code, so you can easily copy the entire sites code, for HTML, CSS, & JS Feature 2 (Fullscreen Code Mode): Adds a button to enable viewing the page settings code on the entire screen Feature 1 (Prevent Width & Height Confusion): This features dims widths in heights, and heights in widths, to remind you about misusing it. Feature 3 (Add Hidden CSS Units): This feature adds the following CSS Units: DVW, DVH, LVW, LVH, VMIN, VMAX Feature 4 (Highlight Multi Elements Selected): This feature highlights whenever your element is being used more than once anywhere on the site. Feature 5 (Lorem Ipsum Generator): This feature adds a button to generate Lorem Ipsum text according to the length you choose. Feature 1 (CMS Shortcut): Streamline your workflow with quick access shortcut to the CMS, making it easier than ever to switch between the designer and the CMS with a simple click of "C" on your keyboard. Feature 2 (Alert: Multiple Affected Elements): Receive an alert when you first change the styles of a class used by multiple elements. Feature 3 (Top Bar Breadcrumb): Moves the breadcrumb bar in the webflow designer from the bottom, to the top. Stay tuned for more new features to come! You can email support@aidkit.io for any questions, concerns, feedback, or any inquires.
Save Webflow CSS to File
Simplify your development flow by pre-select a destination CSS file and save Webflow CSS directly into it. Save Webflow CSS to File is a powerful and user-friendly Chrome extension that streamlines the syncing process between your Webflow project and your local CSS file. Now you can easily keep your your local CSS file up-to-date with Webflow project without the hassle of manual exporting, copying and pasting. Follow the extension developer’s work and journey here: https://build.typogram.co/ Key Features: - Select a destination CSS file: Choose a specific local CSS file to sync your Webflow project's styles with. - One-click CSS sync: With just one click of a button, keep your local files in sync with your Webflow project as you make changes in your design. - Easy-to-use: A simple and intuitive interface makes syncing your Webflow CSS a breeze. Whenever you update your Webflow project, just click the "Save Webflow CSS to File" button in the extension popup to update your local CSS file with the latest changes. Stay organized and save time with Save Webflow CSS to File. This extension is perfect for web designers, developers, and anyone who wants to streamline their workflow when working with Webflow projects.
Webflow Components Plus
This extension replaces Webflow text fields with dropdowns so you or your client can easily switch between preset values. To make it work you need to label your props like so: "Name of your prop {option A,option B,option C}" The comma separated values within curly brackets will become the options for the dropdown field. It's handy if you combine this with a CSS based styling system + custom attributes. You can make dramatic changes to your component styles without setting up a bunch of visibility props. You can setup custom attribute based CSS styles like so: .button[hierarchy="primary"]{ background-color: blue } .button[hierarchy="secondary"]{ background-color: gray } .button[hierarchy="tertiary"]{ background-color: transparent } Then, you can setup your custom attribute in your button component: Attribute name: hierarchy Attribute value: Assign a prop called "Hierarchy {primary,secondary,tertiary}"