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'est-ce que Stackview ?

Stackview est une extension Chrome développée par ididrio, et sa fonction principale est "Stackview shows a list of technologies used to create the web site you're currently on. The extension icon will turn from grey to…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Stackview

Téléchargez les fichiers d'extension Stackview au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Stackview Stackview
ID ninemdmcefomoiffmkncafklmgbgfbmg
URL Officiel https://chrome.google.com/webstore/detail/stackview/ninemdmcefomoiffmkncafklmgbgfbmg
Description Stackview shows a list of technologies used to create the web site you're currently on. The extension icon will turn from grey to…
Taille du Fichier 47.07 KB
Nombre d'Installations 245
Version Actuelle 1.0
Dernière Mise à Jour 2017-11-12
Date de Publication 2017-11-12
Évaluation 3.00/5 Total 4 Évaluations
Développeur ididrio
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}