Find this pic

Search any web-image via Google Images.

What is Find this pic?

Find this pic is a Chrome extension developed by https://www.venetowebdesign.com, and its main feature is "Search any web-image via Google Images.".

Extension Screenshots

screenshot

Download Find this pic Extension CRX File

Download Find this pic 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

                        Findthispic lets you search any image via Googles image search. It is just as simple that you do not have to insert the URL by hand. Instead you just right-click the image, choose find this pic, and the search results are shown in a new window. (Updated recent version to manifest 2.).
Thank you for using findthispic!                    

Extension Basic Information

Name Find this pic Find this pic
ID lipgmjpepegfmijhpkoedhckijlelkgl
Official URL https://chromewebstore.google.com/detail/find-this-pic/lipgmjpepegfmijhpkoedhckijlelkgl
Description Search any web-image via Google Images.
File Size 9.07 KB
Installation Count 6,391
Current Version 2.1
Last Updated 2013-06-15
Publish Date 2013-06-14
Rating 4.08/5 Total 25 Ratings
Developer https://www.venetowebdesign.com
Payment Type free
Extension Website http://www.venetowebdesign.com/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Find this pic",
    "version": "2.1",
    "manifest_version": 2,
    "description": "Search any web-image via Google Images.",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "searchresults.js"
        ]
    },
    "icons": {
        "16": "shutter-16.png",
        "48": "shutter-48.png",
        "128": "shutter-128.png"
    }
}