Magnifying Glass Zoom

Press the toolbar button to see the Magnifying Glass on the current page.

Magnifying Glass Zoom क्या है?

Magnifying Glass Zoom magnifglass द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Press the toolbar button to see the Magnifying Glass on the current page."।

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

screenshot

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

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

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

                        Just press Ctrl+z once and the text becomes clearly visible in front of you.
Allows you to magnify text on a page with a magnifier so you can clearly read even small font with an asterisk.

By clicking "Add to chrome", I accept and agree to installing “Magnifying Glass Zoom Extension" extension and setting Chrome™ default search and newtab search to that provided by the service and the Terms and Conditions and Privacy Policy.

Privacy Policy https://magniglas.com/privacy.html

Terms and Conditions https://magniglas.com/terms.html                    

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

नाम Magnifying Glass Zoom Magnifying Glass Zoom
ID jiiammldpkebebplgoejceoigdhechni
आधिकारिक URL https://chromewebstore.google.com/detail/magnifying-glass-zoom/jiiammldpkebebplgoejceoigdhechni
विवरण Press the toolbar button to see the Magnifying Glass on the current page.
फ़ाइल का आकार 46.43 KB
स्थापना संख्या 2,375
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2023-03-15
प्रकाशन तिथि 2022-11-05
डेवलपर magnifglass
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://magniglas.com/index.html
सहायता पृष्ठ URL https://magniglas.com/privacy.html
गोपनीयता नीति पृष्ठ URL https://magniglas.com/privacy.html
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Magnifying Glass Zoom",
    "description": "Press the toolbar button to see the Magnifying Glass on the current page.",
    "manifest_version": 3,
    "version": "1.0.2",
    "action": {
        "default_title": "Magnifying Glass Zoom",
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png",
            "64": "images\/64.png"
        }
    },
    "commands": {
        "magnify": {
            "description": "Magnifying Glass zoom",
            "suggested_key": {
                "default": "Ctrl+Z",
                "windows": "Ctrl+Z",
                "mac": "Command+Z",
                "chromeos": "Ctrl+Z",
                "linux": "Ctrl+Z"
            }
        }
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "64": "images\/64.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "scripting",
        "storage",
        "activeTab",
        "tabs",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/magniglas.com\/*"
    ]
}