Components.io · DevTools for Webflow

Browser extension for debugging petite-vue.js applications in Webflow.

What is Components.io · DevTools for Webflow?

Components.io · DevTools for Webflow is a Chrome extension developed by https://www.components.io, and its main feature is "Browser extension for debugging petite-vue.js applications in Webflow.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Components.io · DevTools for Webflow Extension CRX File

Download Components.io · DevTools for Webflow 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

                        Build vue.js & petite-vue.js apps in Webflow faster with the Components.io DevTools extension for Webflow.

✓ Copy prebuilt templates.
✓ Enable x-ray mode to identify vue.js directives (attributes) quickly.
✓ Audit pages to check for configuration errors.                    

Extension Basic Information

Name Components.io · DevTools for Webflow Components.io · DevTools for Webflow
ID agfihahiigddlddjccclfonnocmjkkhe
Official URL https://chrome.google.com/webstore/detail/componentsio-%C2%B7-devtools-f/agfihahiigddlddjccclfonnocmjkkhe
Description Browser extension for debugging petite-vue.js applications in Webflow.
File Size 82.74 KB
Installation Count 101
Current Version 0.0.3
Last Updated 2022-06-12
Publish Date 2022-06-06
Developer https://www.components.io
Email [email protected]
Payment Type free
Help Page URL https://components.io/
Privacy Policy Page URL https://www.components.io/privacy
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Components.io \u00b7 DevTools for Webflow",
    "description": "Browser extension for debugging petite-vue.js applications in Webflow.",
    "version": "0.0.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.883f96ac.js"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.59043eef.html",
        "default_icon": {
            "16": "icon16.f63ab109.png",
            "32": "icon32.2497febb.png",
            "48": "icon48.c54a7490.png",
            "128": "icon128.627faafb.png"
        }
    },
    "icons": {
        "16": "icon16.f63ab109.png",
        "32": "icon32.2497febb.png",
        "48": "icon48.c54a7490.png",
        "128": "icon128.627faafb.png"
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "js": [
                "designer.e3679aca.js"
            ],
            "matches": [
                "https:\/\/webflow.com\/design\/*"
            ],
            "css": []
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/webflow.com\/*"
            ],
            "resources": [
                "interface.a0cd4ff0.js"
            ]
        }
    ]
}