dhpgejnhfkibfglfhmcjhlnpnjccgddp
A handy lil extension for Webflow developers. Provides quality-of-life upgrades for building in Webflow. Reorder, rename, and re-icon your workspaces from the dashboard. Collapse and expand CMS panels, giving you more workspace when needed. And, use a dedicated button to close the CMS. Visual indicators in your browser's favicon show the publish status of your project. Remove unnecessary Webflow attributes from your HTML for easier inspection.
Web Developer Form Filler
This extension is used by developers to make it easy to fill forms Еxtension allows to automatically fill forms for the purpose of testing. You can store multiple presets of values for any paga separately and trigger them using a hotkey
Finsweet Extension for Webflow
A suite of F'in sweet tools to improve your Webflow development experience. Important: Finsweet Extension has changed! Most features are now in our new native Webflow App. Only site settings remain in this Chrome Extension due to Webflow API limits. Unlock new and powerful tools and functionalities within Webflow's Dashboard, Editor and Designer. Functionalities include: - Bulk 301 redirects upload. - CSS styles sorting, editing and removal. - Interactions, Symbols and Color swatches reordering. - Breakpoints highlighting and removal. - Components marketplace to copy and paste directly in your project. - Direct integration with our Finsweet libraries like Cookie Consent or Attributes. - Vertical Canvas Resizing. - And much more!
Relume Chrome Extension for Webflow
Boost your productivity in Webflow with the Relume Chrome Extension. ★ Access 1,000+ Webflow components from the Relume Library, right inside of Webflow designer. Copy components into your project with 1 click. ★ Class Sync enables you to sync Relume components with updated classes in the designer, preventing class duplication. When you turn on Class Sync and paste a component, the component will adapt to match the styles of your Webflow project. ★ Paste SVGs directly into your Webflow project, with Relume's free SVG to HTML embed converter. ★ Create and save components in your own private Relume Library. Share with with clients and your team. The Relume Library includes everything you need to start a Client-First Webflow project: ✓Navbars ✓Footers ✓Header sections ✓Feature sections ✓CTA sections ✓FAQ sections ✓Contact sections ✓Pricing sections ✓UI Elements (including Buttons, Accordions, Sliders, Dropdowns, Cards, Tabs & more) ✓Page Templates (including Home, About, Blog, Contact, Portfolio & more) Browse the full library online: https://library.relume.io/dashboard Don't waste time rebuilding layouts for every new project. Install the Relume Chrome Extension to access all of these components right inside Webflow. Some features require a Relume account or paid subscription. Find out more inside the extension or online: https://library.relume.io/pricing
Web Component DevTools
Developer tooling for Web Components and Web Component Libraries Developer tooling for Web Components and Web Component Libraries Web Component DevTools is aimed at all developers working with Web Components. The tooling provided creates a new Chrome Devtools panel, which allows a quick look at the custom elements on the current page, and enables modification of attributes and properties of said components. Web Component DevTools utilizes the Custom Elements Manifest (https://github.com/webcomponents/custom-elements-manifest) to analyze the Web Components. Web Component DevTools provides advanced features to the developer, straight from the browser's UI to, for example: - Listing custom elements on the page, and accessible iframes inside the page - Filtering custom elements on the list - Inspecting and modifying the attributes of custom elements - Inspecting and modifying the properties (even objects and arrays) of custom elements - Observing dispatched events - Calling functions of the custom element, and logging the return values - View the source code of web components on page - Interact directly with web components through the console In the process of developing Web Components, wether it be with a library like Lit, or without any kind of library, there comes situtations in which you might want to have a bit more control over your components than what the regular browser devtools gives you. You might for example want to: Toggle the Attributes of the element Toggle the Properties of the element Monitor when events get dispatched from the element Call functions And when you're working with Web Components, Shadow DOM usually is present, making it fairly difficult to find the path to the element. And even if you got the path, having to write document.querySelector("my-selector-string > element-name").setAttribute("my-attr", "foo") every time you want to modify a value is quite cumbersome. For this use case the Web Components DevTools were created: To enable the developer to easily modify the attributes, properties and therefore state of their element straight from the devtools window with the click of a button. Any issues you run into while using the DevTools should be submitted to the GitHub Repository (https://github.com/Matsuuu/web-component-devtools/issues).