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…

Wat is Stackview?

Stackview is een Chrome-extensie ontwikkeld door ididrio, en de belangrijkste functie is "Stackview shows a list of technologies used to create the web site you're currently on. The extension icon will turn from grey to…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Stackview

Download Stackview-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Stackview Stackview
ID ninemdmcefomoiffmkncafklmgbgfbmg
Officiële URL https://chrome.google.com/webstore/detail/stackview/ninemdmcefomoiffmkncafklmgbgfbmg
Beschrijving Stackview shows a list of technologies used to create the web site you're currently on. The extension icon will turn from grey to…
Bestandsgrootte 47.07 KB
Aantal Installaties 245
Huidige Versie 1.0
Laatst Bijgewerkt 2017-11-12
Publicatiedatum 2017-11-12
Beoordeling 3.00/5 Totaal 4 Beoordelingen
Ontwikkelaar ididrio
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}