View Image

Adds View Image button to Google Image

What is View Image?

View Image is a Chrome extension developed by clicktorelease, and its main feature is "Adds View Image button to Google Image".

Extension Screenshots

screenshot

Download View Image Extension CRX File

Download View Image 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

                        Adds View Image button to Google Images results page                    

Extension Basic Information

Name View Image View Image
ID fppaoiplkkobagjjhckoloinfbmfgono
Official URL https://chrome.google.com/webstore/detail/view-image/fppaoiplkkobagjjhckoloinfbmfgono
Description Adds View Image button to Google Image
File Size 3.35 KB
Installation Count 1,000
Current Version 1.0.4
Last Updated 2018-02-27
Publish Date 2018-02-27
Rating 3.29/5 Total 7 Ratings
Developer clicktorelease
Email [email protected]
Payment Type free
Extension Website https://github.com/spite/google-images-view-image-button
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "View Image",
    "description": "Adds View Image button to Google Image",
    "version": "1.0.4",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "manifest_version": 2
}