Google Image Search

Quickly search by image using Google

What is Google Image Search?

Google Image Search is a Chrome extension developed by p3lim, and its main feature is "Quickly search by image using Google".

Extension Screenshots

screenshot

Download Google Image Search Extension CRX File

Download Google 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

                        This extension for Google Chrome adds a shortcut to
searching images or other content on google based on
a supplied image.


Simply Right-Click any image in the browser to access
the context menu and select "Search Google using this image".                    

Extension Basic Information

Name Google Image Search Google Image Search
ID dbebidibfabmempkkbhabeehoncoaphf
Official URL https://chromewebstore.google.com/detail/google-image-search/dbebidibfabmempkkbhabeehoncoaphf
Description Quickly search by image using Google
File Size 4.31 KB
Installation Count 28,206
Current Version 1.1.1
Last Updated 2016-04-04
Publish Date 2016-04-04
Rating 3.08/5 Total 110 Ratings
Developer p3lim
Payment Type free
Extension Website https://github.com/p3lim/Google-Image-Search
Help Page URL https://github.com/p3lim/Google-Image-Search/issues
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Image Search",
    "description": "Quickly search by image using Google",
    "version": "1.1.1",
    "minimum_chrome_version": "22",
    "icons": {
        "16": "assets\/images\/icon16.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "assets\/js\/background.js"
        ]
    }
}