Weebly Site Detection

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

Vad är Weebly Site Detection?

Weebly Site Detection är en Chrome-tillägg utvecklad av Weebly, Inc, och dess huvudfunktion är "A small 'w' icon in your address bar lights up if you are on a Weebly site.".

Tilläggsskärmbilder

screenshot

Ladda ner Weebly Site Detection-förlängningens CRX-fil

Ladda ner Weebly Site Detection-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Weebly Site Detection Weebly Site Detection
ID hafhilhhmfljhlgkcnpmkephidgbiman
Officiell webbadress https://chromewebstore.google.com/detail/weebly-site-detection/hafhilhhmfljhlgkcnpmkephidgbiman
Beskrivning A small 'w' icon in your address bar lights up if you are on a Weebly site.
Filstorlek 15.67 KB
Antal Installationer 991
Aktuell Version 1.2
Senast Uppdaterad 2017-10-28
Publiceringsdatum 2017-10-27
Betyg 4.92/5 Totalt 12 Betyg
Utvecklare Weebly, Inc
Betalningssätt free
Tilläggswebbplats http://www.weebly.com/
Stödda Språk 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"
    }
}