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…

Vad är Stackview?

Stackview är en Chrome-tillägg utvecklad av ididrio, och dess huvudfunktion är "Stackview shows a list of technologies used to create the web site you're currently on. The extension icon will turn from grey to…".

Tilläggsskärmbilder

screenshot

Ladda ner Stackview-förlängningens CRX-fil

Ladda ner Stackview-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Stackview Stackview
ID ninemdmcefomoiffmkncafklmgbgfbmg
Officiell webbadress https://chrome.google.com/webstore/detail/stackview/ninemdmcefomoiffmkncafklmgbgfbmg
Beskrivning Stackview shows a list of technologies used to create the web site you're currently on. The extension icon will turn from grey to…
Filstorlek 47.07 KB
Antal Installationer 245
Aktuell Version 1.0
Senast Uppdaterad 2017-11-12
Publiceringsdatum 2017-11-12
Betyg 3.00/5 Totalt 4 Betyg
Utvecklare ididrio
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}