Reverse Image Search
Easily reverse image search with Google image search
Reverse Image Searchとは何ですか?
Reverse Image Searchはhttps://roei.streamによって開発されたChromeの拡張機能で、その主な機能は「Easily reverse image search with Google image search」です。
拡張機能のスクリーンショット
Reverse Image Search拡張機能のCRXファイルをダウンロード
Reverse Image Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Easily reverse image search directly from the context menu. Right-click with your mouse on any image to preform reverse image search. What to find more resolutions for an image? Want to see where an image is used? Want to look for similar images? Google reverse search is a great tool for that, and this extension makes it much easier to use!
拡張機能の基本情報
名前 | Reverse Image Search |
ID | jhppeidklkhfdbgmphjcgnflbaappjfk |
公式URL | https://chromewebstore.google.com/detail/reverse-image-search/jhppeidklkhfdbgmphjcgnflbaappjfk |
説明 | Easily reverse image search with Google image search |
ファイルサイズ | 49.97 KB |
インストール数 | 219 |
現在のバージョン | 1.0 |
最終更新日 | 2019-10-20 |
公開日 | 2019-10-20 |
開発者 | https://roei.stream |
支払い方法 | free |
拡張機能のウェブサイト | https://roei.stream |
ヘルプページのURL | https://roei.stream/support/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reverse Image Search", "version": "1.0", "manifest_version": 2, "description": "Easily reverse image search with Google image search", "short_name": "Image Search", "permissions": [ "contextMenus" ], "icons": { "512": "favicon.png", "128": "favicon128.png" }, "background": { "scripts": [ "reverse.js" ] } } |