Magnify

Hover over an image with a magnifying glass

Magnify क्या है?

Magnify reinaldomagalhaes96 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hover over an image with a magnifying glass"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Magnify एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Simple tool used for looking at small details in images.                    

एक्सटेंशन की मूल जानकारी

नाम Magnify Magnify
ID dhhmlkhlndebglfokofodmpojiejhahm
आधिकारिक URL https://chromewebstore.google.com/detail/magnify/dhhmlkhlndebglfokofodmpojiejhahm
विवरण Hover over an image with a magnifying glass
फ़ाइल का आकार 91.29 KB
स्थापना संख्या 69
वर्तमान संस्करण 1.0
अंतिम अपडेट 2020-08-19
प्रकाशन तिथि 2020-07-20
रेटिंग 4.00/5 कुल 2 रेटिंग्स
डेवलपर reinaldomagalhaes96
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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
}