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…

What is Stackview?

Stackview is a Chrome extension developed by ididrio, and its main feature 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…".

Extension Screenshots

screenshot

Download Stackview Extension CRX File

Download Stackview extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Stackview Stackview
ID ninemdmcefomoiffmkncafklmgbgfbmg
Official URL 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…
File Size 47.07 KB
Installation Count 245
Current Version 1.0
Last Updated 2017-11-12
Publish Date 2017-11-12
Rating 3.00/5 Total 4 Ratings
Developer ididrio
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}