Webflow Checker

Checks if this page was built in Webflow This Extension tells you really fast if a website was built in Webflow.

¿Qué es Webflow Checker?

Webflow Checker es una extensión de Chrome desarrollada por Michael schwartz, y su función principal es "Checks if this page was built in Webflow This Extension tells you really fast if a website was built in Webflow.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Webflow Checker

Descarga archivos de extensión Webflow Checker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This Extension tells you really fast if a website was built in Webflow. the icon is usually Grey. on Websites Built with Webflow it will turn blue with a green checkmark.
The end of inspect to see if it's Webflow                    

Información Básica de la Extensión

Nombre Webflow Checker Webflow Checker
ID nlmnmoaknkmoccpalblnpalimemlabja
URL Oficial https://chromewebstore.google.com/detail/webflow-checker/nlmnmoaknkmoccpalblnpalimemlabja
Descripción Checks if this page was built in Webflow This Extension tells you really fast if a website was built in Webflow.
Tamaño del Archivo 19.17 KB
Cantidad de Instalaciones 3,627
Versión Actual 1.1.1
Última Actualización 2022-02-07
Fecha de Publicación 2020-11-29
Calificación 5.00/5 Total de 5 Calificaciones
Desarrollador Michael schwartz
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.gushon.com
URL de la Página de Ayuda https://www.gushon.com/is-it-webflow
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Webflow Checker",
    "description": "Checks if this page was built in Webflow\nThis Extension tells you really fast if a website was built in Webflow.",
    "version": "1.1.1",
    "author": "Michael Schwartz",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/icon-deactive-16x16.png",
            "32": "\/images\/icon-deactive-32x32.png",
            "48": "\/images\/icon-deactive-48x48.png",
            "128": "\/images\/icon-deactive-128x128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon-active-16x16.png",
        "32": "\/images\/icon-active-32x32.png",
        "48": "\/images\/icon-active-48x48.png",
        "128": "\/images\/icon-active-128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}