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…

¿Qué es Stackview?

Stackview es una extensión de Chrome desarrollada por ididrio, y su función principal es "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 Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Stackview

Descarga archivos de extensión Stackview 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

                        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.                    

Información Básica de la Extensión

Nombre Stackview Stackview
ID ninemdmcefomoiffmkncafklmgbgfbmg
URL Oficial https://chrome.google.com/webstore/detail/stackview/ninemdmcefomoiffmkncafklmgbgfbmg
Descripción Stackview shows a list of technologies used to create the web site you're currently on. The extension icon will turn from grey to…
Tamaño del Archivo 47.07 KB
Cantidad de Instalaciones 245
Versión Actual 1.0
Última Actualización 2017-11-12
Fecha de Publicación 2017-11-12
Calificación 3.00/5 Total de 4 Calificaciones
Desarrollador ididrio
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}