Reverse Image Search
Right click on an image and find it's origin in Google image search.
What is Reverse Image Search?
Reverse Image Search is a Chrome extension developed by dejan-tools, and its main feature is "Right click on an image and find it's origin in 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
Search by image! Reverse image search extension allows you to search Google by image. Right-click on an image and discover where else it has been used of find it's origin. This tool is powered by Google Image Search.
Extension Basic Information
Name | Reverse Image Search |
ID | pnbjgbjnfhgmgndhgipcgdjjjagihbkh |
Official URL | https://chromewebstore.google.com/detail/reverse-image-search/pnbjgbjnfhgmgndhgipcgdjjjagihbkh |
Description | Right click on an image and find it's origin in Google image search. |
File Size | 16.08 KB |
Installation Count | 8,124 |
Current Version | 1.1.1 |
Last Updated | 2021-12-10 |
Publish Date | 2019-08-27 |
Rating | 4.13/5 Total 55 Ratings |
Developer | dejan-tools |
[email protected] | |
Payment Type | free |
Extension Website | https://dejanmarketing.com/ |
Help Page URL | https://dejanmarketing.com/contact-us/ |
Supported Languages | en |
manifest.json | |
{ "background": { "service_worker": "background.js" }, "default_locale": "en", "description": "Right click on an image and find it's origin in Google image search.", "homepage_url": "http:\/\/dejanseo.com.au\/", "icons": { "128": "icon128.png" }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDCY873Fd1ueWiyDchlkGnYF7tA9OerstLa0twHi34nUMY2bW6G0HCHznD0ElCTBWb+1sJirPWT8bBZk3xMYsBK5O2s7UaQ6\/QE2HGwiHkzgh6YiZm+yPvPy\/6\/vkspPwLhSYFX0IQX6WDsU3MnWq2SJmZRUgmH0xCQFq8Nkf5G2QIDAQAB", "manifest_version": 3, "name": "Reverse Image Search", "permissions": [ "contextMenus" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.1" } |