Webflow DOM Element by Flowscriipt
Copy & Paste Premade DOM elements that are not on Webflow
What is Webflow DOM Element by Flowscriipt?
Webflow DOM Element by Flowscriipt is a Chrome extension developed by https://www.flowscriipt.com, and its main feature is "Copy & Paste Premade DOM elements that are not on Webflow".
Extension Screenshots
Download Webflow DOM Element by Flowscriipt Extension CRX File
Download Webflow DOM Element by Flowscriipt extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Customize & add elements natively in Webflow without using embeds like file, range, table, form button etc.
Extension Basic Information
Name | Webflow DOM Element by Flowscriipt |
ID | hmpebijjlbkblhbpmganmelbbcfinamd |
Official URL | https://chromewebstore.google.com/detail/webflow-dom-element-by-fl/hmpebijjlbkblhbpmganmelbbcfinamd |
Description | Copy & Paste Premade DOM elements that are not on Webflow |
File Size | 173 KB |
Installation Count | 55 |
Current Version | 1.0 |
Last Updated | 2023-11-14 |
Publish Date | 2023-11-13 |
Developer | https://www.flowscriipt.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.flowscriipt.com/webflow-dom-elements |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Webflow DOM Element by Flowscriipt", "version": "1.0", "description": "Copy & Paste Premade DOM elements that are not on Webflow", "permissions": [ "clipboardWrite" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/logo\/dom-16.png", "48": "\/logo\/dom-48.png", "128": "\/logo\/dom-128.png" } }, "icons": { "16": "\/logo\/dom-16.png", "48": "\/logo\/dom-48.png", "128": "\/logo\/dom-128.png" } } |