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 |
| 官方網址 | 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"
]
}
} | |