View Image

Adds View Image button to Google Image

View Imageとは何ですか?

View Imageはclicktoreleaseによって開発されたChromeの拡張機能で、その主な機能は「Adds View Image button to Google Image」です。

拡張機能のスクリーンショット

screenshot

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

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

拡張機能の使用方法

                        Adds View Image button to Google Images results page                    

拡張機能の基本情報

名前 View Image View Image
ID fppaoiplkkobagjjhckoloinfbmfgono
公式URL https://chrome.google.com/webstore/detail/view-image/fppaoiplkkobagjjhckoloinfbmfgono
説明 Adds View Image button to Google Image
ファイルサイズ 3.35 KB
インストール数 1,000
現在のバージョン 1.0.4
最終更新日 2018-02-27
公開日 2018-02-27
評価 3.29/5 合計 7 レビュー
開発者 clicktorelease
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/spite/google-images-view-image-button
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "View Image",
    "description": "Adds View Image button to Google Image",
    "version": "1.0.4",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "manifest_version": 2
}