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…

什么是Stackview?

Stackview是由ididrio开发的Chrome扩展程序,该扩展的主要功能是“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

下载Stackview扩展crx文件

下载Stackview扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Stackview Stackview
ID ninemdmcefomoiffmkncafklmgbgfbmg
官方URL https://chrome.google.com/webstore/detail/stackview/ninemdmcefomoiffmkncafklmgbgfbmg
简介 Stackview shows a list of technologies used to create the web site you're currently on. The extension icon will turn from grey to…
文件大小 47.07 KB
安装次数 245
当前版本 1.0
更新时间 2017-11-12
上架时间 2017-11-12
评分 3.00/5 共4次评分
开发者 ididrio
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}