Weebly Site Detection

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

¿Qué es Weebly Site Detection?

Weebly Site Detection es una extensión de Chrome desarrollada por Weebly, Inc, y su función principal es "A small 'w' icon in your address bar lights up if you are on a Weebly site.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Weebly Site Detection

Descarga archivos de extensión Weebly Site Detection en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Weebly Site Detection Weebly Site Detection
ID hafhilhhmfljhlgkcnpmkephidgbiman
URL Oficial https://chromewebstore.google.com/detail/weebly-site-detection/hafhilhhmfljhlgkcnpmkephidgbiman
Descripción A small 'w' icon in your address bar lights up if you are on a Weebly site.
Tamaño del Archivo 15.67 KB
Cantidad de Instalaciones 991
Versión Actual 1.2
Última Actualización 2017-10-28
Fecha de Publicación 2017-10-27
Calificación 4.92/5 Total de 12 Calificaciones
Desarrollador Weebly, Inc
Tipo de Pago free
Sitio Web de la Extensión http://www.weebly.com/
Idiomas Soportados 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"
    }
}