Webflow Checker

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

Hvad er Webflow Checker?

Webflow Checker er en Chrome-udvidelse udviklet af Michael schwartz, og dens hovedfunktion er "Checks if this page was built in Webflow This Extension tells you really fast if a website was built in Webflow.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Webflow Checker-udvidelses-CRX-fil

Download Webflow Checker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Webflow Checker Webflow Checker
ID nlmnmoaknkmoccpalblnpalimemlabja
Officiel URL https://chromewebstore.google.com/detail/webflow-checker/nlmnmoaknkmoccpalblnpalimemlabja
Beskrivelse Checks if this page was built in Webflow This Extension tells you really fast if a website was built in Webflow.
Filstørrelse 19.17 KB
Antal Installationer 3,627
Nuværende Version 1.1.1
Senest Opdateret 2022-02-07
Udgivelsesdato 2020-11-29
Bedømmelse 5.00/5 Samlet 5 Bedømmelser
Udvikler Michael schwartz
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.gushon.com
Hjælpeside-URL https://www.gushon.com/is-it-webflow
Understøttede Sprog 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"
            ]
        }
    ]
}