Magnify Image

Hover to zoom in on an image.

What is Magnify Image?

Magnify Image is a Chrome extension developed by John Doer, and its main feature is "Hover to zoom in on an image.".

Extension Screenshots

screenshot

Download Magnify Image Extension CRX File

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

                        This cool extensions automatically magnifies images when you hover over them. No more right-clicking every image to view the big / full size version of it.                    

Extension Basic Information

Name Magnify Image Magnify Image
ID cbadflhejmmmbndjhgaknnopgijdfeef
Official URL https://chromewebstore.google.com/detail/magnify-image/cbadflhejmmmbndjhgaknnopgijdfeef
Description Hover to zoom in on an image.
File Size 98.69 KB
Installation Count 403
Current Version 0.1
Last Updated 2014-01-21
Publish Date 2014-01-21
Rating 1.67/5 Total 9 Ratings
Developer John Doer
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Magnify Image",
    "description": "Hover to zoom in on an image.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "version": "0.1",
    "manifest_version": 2,
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-2.0.3.min.js",
                "extension.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "jquery-2.0.3.min.map"
    ]
}