Reverse Image Search
Search similar images in the WEB from context menu
Reverse Image Searchとは何ですか?
Reverse Image SearchはRomkaqによって開発されたChromeの拡張機能で、その主な機能は「Search similar images in the WEB from context menu」です。
拡張機能のスクリーンショット
Reverse Image Search拡張機能のCRXファイルをダウンロード
Reverse Image Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Reverse Image Search. You can find out who stole your pictures. Find similar images in most popular search engines right from context menu! Image search extension allows you to search in almost all search engines by image. Right-click on an image and discover where else it has been used to find it's origin.
拡張機能の基本情報
名前 | Reverse Image Search |
ID | jlneaphkafobihifgfmmhehomoifjijm |
公式URL | https://chromewebstore.google.com/detail/reverse-image-search/jlneaphkafobihifgfmmhehomoifjijm |
説明 | Search similar images in the WEB from context menu |
ファイルサイズ | 31.03 KB |
インストール数 | 661 |
現在のバージョン | 1.2 |
最終更新日 | 2022-05-03 |
公開日 | 2021-05-29 |
評価 | 3.40/5 合計 5 レビュー |
開発者 | Romkaq |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://rq-dev.github.io/chrome-extensions-privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reverse Image Search", "description": "Search similar images in the WEB from context menu", "version": "1.2", "permissions": [ "contextMenus" ], "background": { "scripts": [ "search.js" ] }, "icons": { "128": "icon128.png" } } |