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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Michael schwartz และคุณลักษณะหลักของมันคือ "Checks if this page was built in Webflow This Extension tells you really fast if a website was built in Webflow."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Webflow Checker

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
            ]
        }
    ]
}