Webflow Checker

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

Apa itu Webflow Checker?

Webflow Checker adalah ekstensi Chrome yang dikembangkan oleh Michael schwartz, dan fitur utamanya adalah "Checks if this page was built in Webflow This Extension tells you really fast if a website was built in Webflow.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Webflow Checker

Unduh file ekstensi Webflow Checker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Webflow Checker Webflow Checker
ID nlmnmoaknkmoccpalblnpalimemlabja
URL Resmi https://chromewebstore.google.com/detail/webflow-checker/nlmnmoaknkmoccpalblnpalimemlabja
Deskripsi Checks if this page was built in Webflow This Extension tells you really fast if a website was built in Webflow.
Ukuran File 19.17 KB
Jumlah Instalasi 3,627
Versi Saat Ini 1.1.1
Terakhir Diperbarui 2022-02-07
Tanggal Publikasi 2020-11-29
Penilaian 5.00/5 Total 5 Penilaian
Pengembang Michael schwartz
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.gushon.com
URL Halaman Bantuan https://www.gushon.com/is-it-webflow
Bahasa yang Didukung 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"
            ]
        }
    ]
}