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 là gì?

Webflow Checker là một tiện ích mở rộng Chrome được phát triển bởi Michael schwartz, và tính năng chính của nó là "Checks if this page was built in Webflow This Extension tells you really fast if a website was built in Webflow.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Webflow Checker

Tải xuống các tệp mở rộng Webflow Checker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Webflow Checker Webflow Checker
ID nlmnmoaknkmoccpalblnpalimemlabja
URL Chính Thức https://chromewebstore.google.com/detail/webflow-checker/nlmnmoaknkmoccpalblnpalimemlabja
Mô tả Checks if this page was built in Webflow This Extension tells you really fast if a website was built in Webflow.
Kích Thước Tệp 19.17 KB
Số Lần Cài Đặt 3,627
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2022-02-07
Ngày Phát Hành 2020-11-29
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Michael schwartz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.gushon.com
URL Trang Trợ Giúp https://www.gushon.com/is-it-webflow
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}