Stackview

Stackview shows a list of technologies used to create the web site you're currently on. The extension icon will turn from grey to…

O que é Stackview?

Stackview é uma extensão do Chrome desenvolvida por ididrio, e sua principal característica é "Stackview shows a list of technologies used to create the web site you're currently on. The extension icon will turn from grey to…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Stackview

Baixe arquivos de extensão Stackview 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

                        Stackview shows a list of technologies used to create the web site you're currently on. The extension icon will turn from grey to blue if the data is available for that site.                    

Informações Básicas da Extensão

Nome Stackview Stackview
ID ninemdmcefomoiffmkncafklmgbgfbmg
URL Oficial https://chrome.google.com/webstore/detail/stackview/ninemdmcefomoiffmkncafklmgbgfbmg
Descrição Stackview shows a list of technologies used to create the web site you're currently on. The extension icon will turn from grey to…
Tamanho do Arquivo 47.07 KB
Contagem de Instalações 245
Versão Atual 1.0
Última Atualização 2017-11-12
Data de Publicação 2017-11-12
Classificação 3.00/5 Total de 4 Avaliações
Desenvolvedor ididrio
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stackview",
    "version": "1.0",
    "background": {
        "scripts": [
            ".\/background.js"
        ],
        "persist": true
    },
    "icons": {
        "16": ".\/images\/icon16.png",
        "32": ".\/images\/icon32.png",
        "48": ".\/images\/iconblue48.png",
        "128": ".\/images\/iconblue128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/jquery-3.2.1.min.js",
                ".\/content.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_title": "Stackview"
    }
}