Reverse Image Search

Search similar images in the WEB from context menu

What is Reverse Image Search?

Reverse Image Search is a Chrome extension developed by Romkaq, and its main feature is "Search similar images in the WEB from context menu".

Extension Screenshots

screenshot

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

                        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.                    

Extension Basic Information

Name Reverse Image Search Reverse Image Search
ID jlneaphkafobihifgfmmhehomoifjijm
Official URL https://chromewebstore.google.com/detail/reverse-image-search/jlneaphkafobihifgfmmhehomoifjijm
Description Search similar images in the WEB from context menu
File Size 31.03 KB
Installation Count 661
Current Version 1.2
Last Updated 2022-05-03
Publish Date 2021-05-29
Rating 3.40/5 Total 5 Ratings
Developer Romkaq
Email [email protected]
Payment Type free
Privacy Policy Page URL https://rq-dev.github.io/chrome-extensions-privacy-policy
Supported Languages 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"
    }
}