Weebly Site Detection

A small 'w' icon in your address bar lights up if you are on a Weebly site.

Weebly Site Detection क्या है?

Weebly Site Detection Weebly, Inc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A small 'w' icon in your address bar lights up if you are on a Weebly site."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Weebly Site Detection एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This simple extension places a small "w" in your address bar if the site you are browsing is hosted on Weebly.                    

एक्सटेंशन की मूल जानकारी

नाम Weebly Site Detection Weebly Site Detection
ID hafhilhhmfljhlgkcnpmkephidgbiman
आधिकारिक URL https://chromewebstore.google.com/detail/weebly-site-detection/hafhilhhmfljhlgkcnpmkephidgbiman
विवरण A small 'w' icon in your address bar lights up if you are on a Weebly site.
फ़ाइल का आकार 15.67 KB
स्थापना संख्या 991
वर्तमान संस्करण 1.2
अंतिम अपडेट 2017-10-28
प्रकाशन तिथि 2017-10-27
रेटिंग 4.92/5 कुल 12 रेटिंग्स
डेवलपर Weebly, Inc
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.weebly.com/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Weebly Site Detection",
    "version": "1.2",
    "description": "A small 'w' icon in your address bar lights up if you are on a Weebly site.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon_24.png",
        "default_title": "It's a Weebly site!"
    },
    "permissions": [
        "tabs",
        "http:\/\/www.weebly.com\/"
    ],
    "icons": {
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    }
}