Reverse Image Search
Easily reverse image search with Google image search
What is Reverse Image Search?
Reverse Image Search is a Chrome extension developed by https://roei.stream, and its main feature is "Easily reverse image search with Google image search".
Extension Screenshots
Download Reverse Image Search Extension CRX File
Download Reverse Image Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Reverse Image Search |
ID | jhppeidklkhfdbgmphjcgnflbaappjfk |
Official URL | https://chromewebstore.google.com/detail/reverse-image-search/jhppeidklkhfdbgmphjcgnflbaappjfk |
Description | Easily reverse image search with Google image search |
File Size | 49.97 KB |
Installation Count | 219 |
Current Version | 1.0 |
Last Updated | 2019-10-20 |
Publish Date | 2019-10-20 |
Developer | https://roei.stream |
Payment Type | free |
Extension Website | https://roei.stream |
Help Page URL | https://roei.stream/support/ |
Supported Languages | 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" ] } } |