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
Eメール [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"
    }
}