Webflow Checker

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

O que é Webflow Checker?

Webflow Checker é uma extensão do Chrome desenvolvida por Michael schwartz, e sua principal característica é "Checks if this page was built in Webflow This Extension tells you really fast if a website was built in Webflow.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Webflow Checker

Baixe arquivos de extensão Webflow Checker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Webflow Checker Webflow Checker
ID nlmnmoaknkmoccpalblnpalimemlabja
URL Oficial https://chromewebstore.google.com/detail/webflow-checker/nlmnmoaknkmoccpalblnpalimemlabja
Descrição Checks if this page was built in Webflow This Extension tells you really fast if a website was built in Webflow.
Tamanho do Arquivo 19.17 KB
Contagem de Instalações 3,627
Versão Atual 1.1.1
Última Atualização 2022-02-07
Data de Publicação 2020-11-29
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor Michael schwartz
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.gushon.com
URL da Página de Ajuda https://www.gushon.com/is-it-webflow
Idiomas Suportados 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"
            ]
        }
    ]
}