Weebly Site Detection

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

Cos'è Weebly Site Detection?

Weebly Site Detection è un'estensione di Chrome sviluppata da Weebly, Inc, e la sua funzione principale è "A small 'w' icon in your address bar lights up if you are on a Weebly site.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Weebly Site Detection

Scarica i file di estensione Weebly Site Detection in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Weebly Site Detection Weebly Site Detection
ID hafhilhhmfljhlgkcnpmkephidgbiman
URL Ufficiale https://chromewebstore.google.com/detail/weebly-site-detection/hafhilhhmfljhlgkcnpmkephidgbiman
Descrizione A small 'w' icon in your address bar lights up if you are on a Weebly site.
Dimensione del File 15.67 KB
Conteggio Installazioni 991
Versione Corrente 1.2
Ultimo Aggiornamento 2017-10-28
Data di Pubblicazione 2017-10-27
Valutazione 4.92/5 Totale 12 Valutazioni
Sviluppatore Weebly, Inc
Tipo di Pagamento free
Sito Web dell'Estensione http://www.weebly.com/
Lingue Supportate 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"
    }
}