Magnify

Hover over an image with a magnifying glass

What is Magnify?

Magnify is a Chrome extension developed by reinaldomagalhaes96, and its main feature is "Hover over an image with a magnifying glass".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Magnify Extension CRX File

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

                        Simple tool used for looking at small details in images.                    

Extension Basic Information

Name Magnify Magnify
ID dhhmlkhlndebglfokofodmpojiejhahm
Official URL https://chromewebstore.google.com/detail/magnify/dhhmlkhlndebglfokofodmpojiejhahm
Description Hover over an image with a magnifying glass
File Size 91.29 KB
Installation Count 69
Current Version 1.0
Last Updated 2020-08-19
Publish Date 2020-07-20
Rating 4.00/5 Total 2 Ratings
Developer reinaldomagalhaes96
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Magnify",
    "version": "1.0",
    "description": "Hover over an image with a magnifying glass",
    "permissions": [
        "storage",
        "contextMenus",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.4.1.js",
                "zoom.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/magnify.png",
            "32": "images\/magnify32.png",
            "48": "images\/magnify48.png",
            "128": "images\/magnify128.png"
        }
    },
    "icons": {
        "16": "images\/magnify.png",
        "32": "images\/magnify32.png",
        "48": "images\/magnify48.png",
        "128": "images\/magnify128.png"
    },
    "manifest_version": 2
}