Image Searcher
Search similar image by "Google search by Image".
Image Searcherとは何ですか?
Image Searcherはquoctrinh.devによって開発されたChromeの拡張機能で、その主な機能は「Search similar image by "Google search by Image".」です。
拡張機能のスクリーンショット
Image Searcher拡張機能のCRXファイルをダウンロード
Image Searcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Search similar image by "Google search by Image".
You can use seach button in bottom-left corner of a picture or use menu item in context menu to seach a image. 拡張機能の基本情報
| 名前 | |
| ID | fdlbedhogoojcdcjmjpipjonabaoidlj |
| 公式URL | https://chromewebstore.google.com/detail/image-searcher/fdlbedhogoojcdcjmjpipjonabaoidlj |
| 説明 | Search similar image by "Google search by Image". |
| ファイルサイズ | 45.28 KB |
| インストール数 | 2,383 |
| 現在のバージョン | 1.5 |
| 最終更新日 | 2023-11-17 |
| 公開日 | 2017-03-17 |
| 評価 | 4.00/5 合計 7 レビュー |
| 開発者 | quoctrinh.dev |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"src\/inject\/inject.js"
],
"run_at": "document_idle"
}
],
"name": "Image Searcher",
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"icons": {
"128": "icons\/is_128.png",
"48": "icons\/is_48.png",
"16": "icons\/is_16.png"
},
"manifest_version": 2,
"version": "1.5",
"background": {
"scripts": [
"src\/bg\/background.js"
]
},
"permissions": [
"contextMenus",
"storage"
],
"description": "Search similar image by \"Google search by Image\"."
} | |