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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
            ]
        }
    ]
}