Webflow Checker

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

Was ist Webflow Checker?

Webflow Checker ist eine Chrome-Erweiterung, die von Michael schwartz entwickelt wurde, und ihr Hauptmerkmal ist "Checks if this page was built in Webflow This Extension tells you really fast if a website was built in Webflow.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Webflow Checker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Webflow Checker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Webflow Checker Webflow Checker
ID nlmnmoaknkmoccpalblnpalimemlabja
Offizielle URL https://chromewebstore.google.com/detail/webflow-checker/nlmnmoaknkmoccpalblnpalimemlabja
Beschreibung Checks if this page was built in Webflow This Extension tells you really fast if a website was built in Webflow.
Dateigröße 19.17 KB
Installationsanzahl 3,627
Aktuelle Version 1.1.1
Letztes Update 2022-02-07
Veröffentlichungsdatum 2020-11-29
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler Michael schwartz
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.gushon.com
Hilfeseite URL https://www.gushon.com/is-it-webflow
Unterstützte Sprachen 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"
            ]
        }
    ]
}