Weebly Site Detection

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

O que é Weebly Site Detection?

Weebly Site Detection é uma extensão do Chrome desenvolvida por Weebly, Inc, e sua principal característica é "A small 'w' icon in your address bar lights up if you are on a Weebly site.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Weebly Site Detection

Baixe arquivos de extensão Weebly Site Detection no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Weebly Site Detection Weebly Site Detection
ID hafhilhhmfljhlgkcnpmkephidgbiman
URL Oficial https://chromewebstore.google.com/detail/weebly-site-detection/hafhilhhmfljhlgkcnpmkephidgbiman
Descrição A small 'w' icon in your address bar lights up if you are on a Weebly site.
Tamanho do Arquivo 15.67 KB
Contagem de Instalações 991
Versão Atual 1.2
Última Atualização 2017-10-28
Data de Publicação 2017-10-27
Classificação 4.92/5 Total de 12 Avaliações
Desenvolvedor Weebly, Inc
Tipo de Pagamento free
Site da Extensão http://www.weebly.com/
Idiomas Suportados 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"
    }
}