Components.io · DevTools for Webflow

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

Cos'è Components.io · DevTools for Webflow?

Components.io · DevTools for Webflow è un'estensione di Chrome sviluppata da https://www.components.io, e la sua funzione principale è "Browser extension for debugging petite-vue.js applications in Webflow.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Components.io · DevTools for Webflow

Scarica i file di estensione Components.io · DevTools for Webflow in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Components.io · DevTools for Webflow Components.io · DevTools for Webflow
ID agfihahiigddlddjccclfonnocmjkkhe
URL Ufficiale https://chrome.google.com/webstore/detail/componentsio-%C2%B7-devtools-f/agfihahiigddlddjccclfonnocmjkkhe
Descrizione Browser extension for debugging petite-vue.js applications in Webflow.
Dimensione del File 82.74 KB
Conteggio Installazioni 101
Versione Corrente 0.0.3
Ultimo Aggiornamento 2022-06-12
Data di Pubblicazione 2022-06-06
Sviluppatore https://www.components.io
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://components.io/
URL della Pagina della Politica sulla Privacy https://www.components.io/privacy
Lingue Supportate 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"
            ]
        }
    ]
}