Webflow Checker

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

Webflow Checkerとは何ですか?

Webflow CheckerはMichael schwartzによって開発されたChromeの拡張機能で、その主な機能は「Checks if this page was built in Webflow This Extension tells you really fast if a website was built in Webflow.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Webflow Checker拡張機能のCRXファイルをダウンロード

Webflow Checker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Webflow Checker Webflow Checker
ID nlmnmoaknkmoccpalblnpalimemlabja
公式URL https://chromewebstore.google.com/detail/webflow-checker/nlmnmoaknkmoccpalblnpalimemlabja
説明 Checks if this page was built in Webflow This Extension tells you really fast if a website was built in Webflow.
ファイルサイズ 19.17 KB
インストール数 3,627
現在のバージョン 1.1.1
最終更新日 2022-02-07
公開日 2020-11-29
評価 5.00/5 合計 5 レビュー
開発者 Michael schwartz
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.gushon.com
ヘルプページのURL https://www.gushon.com/is-it-webflow
対応言語 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"
            ]
        }
    ]
}