Search Google Image

Search Google Image for the selected text

Search Google Imageとは何ですか?

Search Google ImageはQuy Nguyenによって開発されたChromeの拡張機能で、その主な機能は「Search Google Image for the selected text」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Search Google Image for the selected text. When you are learning, photos and images are the best way to put things into your memory. Looking up for the related images increases chance of remembering new terms in long term.                    

拡張機能の基本情報

名前 Search Google Image Search Google Image
ID kklenaehmadokmlmbehblimejakphfae
公式URL https://chrome.google.com/webstore/detail/search-google-image/kklenaehmadokmlmbehblimejakphfae
説明 Search Google Image for the selected text
ファイルサイズ 111 KB
インストール数 1,678
現在のバージョン 1.1
最終更新日 2018-01-01
公開日 2018-01-01
評価 4.20/5 合計 5 レビュー
開発者 Quy Nguyen
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search Google Image",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Search Google Image for the selected text",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "google_image.js"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "author": [
        {
            "name": "Quy Nguyen",
            "email": "[email protected]"
        }
    ]
}