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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}