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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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 फ़ाइल डाउनलोड करें

crx प्रारूप में Webflow Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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"
            ]
        }
    ]
}