Image Searcher

Search similar image by "Google search by Image".

What is Image Searcher?

Image Searcher is a Chrome extension developed by quoctrinh.dev, and its main feature is "Search similar image by "Google search by Image".".

Extension Screenshots

screenshot
screenshot
screenshot

Download Image Searcher Extension CRX File

Download Image Searcher 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 similar image by "Google search by Image". 
You can use seach button in bottom-left corner of a picture or use menu item in context menu to seach a image.                    

Extension Basic Information

Name Image Searcher Image Searcher
ID fdlbedhogoojcdcjmjpipjonabaoidlj
Official URL https://chromewebstore.google.com/detail/image-searcher/fdlbedhogoojcdcjmjpipjonabaoidlj
Description Search similar image by "Google search by Image".
File Size 45.28 KB
Installation Count 2,383
Current Version 1.5
Last Updated 2023-11-17
Publish Date 2017-03-17
Rating 4.00/5 Total 7 Ratings
Developer quoctrinh.dev
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "name": "Image Searcher",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "128": "icons\/is_128.png",
        "48": "icons\/is_48.png",
        "16": "icons\/is_16.png"
    },
    "manifest_version": 2,
    "version": "1.5",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "description": "Search similar image by \"Google search by Image\"."
}