Search Amazon by Image
Right click on any image to Search Amazon.com products through google image search.
Search Amazon by Imageとは何ですか?
Search Amazon by Imageはextensionteamdevによって開発されたChromeの拡張機能で、その主な機能は「Right click on any image to Search Amazon.com products through google image search.」です。
拡張機能のスクリーンショット
Search Amazon by Image拡張機能のCRXファイルをダウンロード
Search Amazon by Image拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Add right click "Search Amazon" in chrome now, just click "Add to Chrome" now. Search Amazon by any keyword or image you find randomly on any website, you are just right click away. Or just click extension icon and search Amazon Products you love from there. From movies, books, electronic accessories, baby toys to make-up, search anything you love on Amazon v1.2 Minor logic fix in popup search. -------------------------------------- All product names, logos, and brands are property of their respective owners.
拡張機能の基本情報
名前 | Search Amazon by Image |
ID | fhjmapkoajhjpeafhjanfjbeakfcjoob |
公式URL | https://chromewebstore.google.com/detail/search-amazon-by-image/fhjmapkoajhjpeafhjanfjbeakfcjoob |
説明 | Right click on any image to Search Amazon.com products through google image search. |
ファイルサイズ | 787 KB |
インストール数 | 24,490 |
現在のバージョン | 1.3 |
最終更新日 | 2020-06-03 |
公開日 | 2020-06-01 |
評価 | 1.91/5 合計 23 レビュー |
開発者 | extensionteamdev |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://freeconverting.com/privacy.php |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Search Amazon by Image", "default_locale": "en", "description": "Right click on any image to Search Amazon.com products through google image search.", "background": { "scripts": [ "background.js" ] }, "version": "1.3", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "permissions": [ "contextMenus" ], "web_accessible_resources": [ "images\/*.png", "popup.js", "style.css" ] } |