Weebly Site Detection

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

Qu'est-ce que Weebly Site Detection ?

Weebly Site Detection est une extension Chrome développée par Weebly, Inc, et sa fonction principale est "A small 'w' icon in your address bar lights up if you are on a Weebly site.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Weebly Site Detection

Téléchargez les fichiers d'extension Weebly Site Detection au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Weebly Site Detection Weebly Site Detection
ID hafhilhhmfljhlgkcnpmkephidgbiman
URL Officiel https://chromewebstore.google.com/detail/weebly-site-detection/hafhilhhmfljhlgkcnpmkephidgbiman
Description A small 'w' icon in your address bar lights up if you are on a Weebly site.
Taille du Fichier 15.67 KB
Nombre d'Installations 991
Version Actuelle 1.2
Dernière Mise à Jour 2017-10-28
Date de Publication 2017-10-27
Évaluation 4.92/5 Total 12 Évaluations
Développeur Weebly, Inc
Type de Paiement free
Site Web de l'Extension http://www.weebly.com/
Langues Prises en Charge 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"
    }
}