Quick View-Source

Views source for selected links

Quick View-Sourceとは何ですか?

Quick View-SourceはPeter Borkによって開発されたChromeの拡張機能で、その主な機能は「Views source for selected links」です。

Quick View-Source拡張機能のCRXファイルをダウンロード

Quick View-Source拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Quick View-Source Quick View-Source
ID ddjnpbldidodbjafbgafgiglblfdgeka
公式URL https://chrome.google.com/webstore/detail/ddjnpbldidodbjafbgafgiglblfdgeka
説明 Views source for selected links
ファイルサイズ 5.23 KB
インストール数 33
現在のバージョン 1.0
最終更新日 2016-09-23
公開日 2016-09-23
評価 5.00/5 合計 1 レビュー
開発者 Peter Bork
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick View-Source",
    "short_name": "QVS",
    "description": "Views source for selected links",
    "version": "1.0",
    "minimum_chrome_version": "38",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "icons": {
        "16": "assets\/search.png"
    },
    "background": {
        "page": "background.html"
    }
}