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…

Cos'è Stackview?

Stackview è un'estensione di Chrome sviluppata da ididrio, e la sua funzione principale è "Stackview shows a list of technologies used to create the web site you're currently on. The extension icon will turn from grey to…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Stackview

Scarica i file di estensione Stackview in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Stackview Stackview
ID ninemdmcefomoiffmkncafklmgbgfbmg
URL Ufficiale https://chrome.google.com/webstore/detail/stackview/ninemdmcefomoiffmkncafklmgbgfbmg
Descrizione Stackview shows a list of technologies used to create the web site you're currently on. The extension icon will turn from grey to…
Dimensione del File 47.07 KB
Conteggio Installazioni 245
Versione Corrente 1.0
Ultimo Aggiornamento 2017-11-12
Data di Pubblicazione 2017-11-12
Valutazione 3.00/5 Totale 4 Valutazioni
Sviluppatore ididrio
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}