View This Image

View any image by right clicking on it and selecting 'View This Image'.

What is View This Image?

View This Image is a Chrome extension developed by https://www.onemast.com, and its main feature is "View any image by right clicking on it and selecting 'View This Image'.".

Extension Screenshots

screenshot

Download View This Image Extension CRX File

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

                        With this extension, you can view any image by right clicking on it and selecting 'View This Image'.                    

Extension Basic Information

Name View This Image View This Image
ID poildibeoniaibomedledajlgfbohjda
Official URL https://chrome.google.com/webstore/detail/poildibeoniaibomedledajlgfbohjda
Description View any image by right clicking on it and selecting 'View This Image'.
File Size 23.69 KB
Installation Count 456
Current Version 1.0
Last Updated 2018-06-04
Publish Date 2018-06-04
Rating 4.64/5 Total 11 Ratings
Developer https://www.onemast.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.onemast.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "View This Image",
    "description": "View any image by right clicking on it and selecting 'View This Image'.",
    "version": "1.0",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon\/16.png",
        "64": "icon\/64.png",
        "128": "icon\/128.png",
        "512": "icon\/512.png"
    },
    "background": {
        "scripts": [
            "viewthis.js"
        ]
    }
}