Google Image Search
Quickly search by image using Google
Google Image Searchとは何ですか?
Google Image Searchはp3limによって開発されたChromeの拡張機能で、その主な機能は「Quickly search by image using Google」です。
拡張機能のスクリーンショット
Google Image Search拡張機能のCRXファイルをダウンロード
Google Image Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension for Google Chrome adds a shortcut to
searching images or other content on google based on
a supplied image.
Simply Right-Click any image in the browser to access
the context menu and select "Search Google using this image". 拡張機能の基本情報
| 名前 | |
| ID | dbebidibfabmempkkbhabeehoncoaphf |
| 公式URL | https://chromewebstore.google.com/detail/google-image-search/dbebidibfabmempkkbhabeehoncoaphf |
| 説明 | Quickly search by image using Google |
| ファイルサイズ | 4.31 KB |
| インストール数 | 28,206 |
| 現在のバージョン | 1.1.1 |
| 最終更新日 | 2016-04-04 |
| 公開日 | 2016-04-04 |
| 評価 | 3.08/5 合計 110 レビュー |
| 開発者 | p3lim |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/p3lim/Google-Image-Search |
| ヘルプページのURL | https://github.com/p3lim/Google-Image-Search/issues |
| 対応言語 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Google Image Search",
"description": "Quickly search by image using Google",
"version": "1.1.1",
"minimum_chrome_version": "22",
"icons": {
"16": "assets\/images\/icon16.png"
},
"permissions": [
"contextMenus"
],
"background": {
"persistent": false,
"scripts": [
"assets\/js\/background.js"
]
}
} | |