ZoomEd

Zoom in on any part of a webpage.

ZoomEd क्या है?

ZoomEd Mr. Teachnology Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Zoom in on any part of a webpage."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        ZoomEd 
by Mr. Teachnology / Jay Murphy

ZoomEd allows the user to Zoom in on any part of a webpage.  

Adjust the zoom magnification to your desired strength and lens size.  

Read and view images with more clarity than ever before.  Enhance your focus and bring your viewing content up close and personal.                    

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

नाम ZoomEd ZoomEd
ID dbeojleeifhpnpfpeigcaldkjokibibi
आधिकारिक URL https://chromewebstore.google.com/detail/zoomed/dbeojleeifhpnpfpeigcaldkjokibibi
विवरण Zoom in on any part of a webpage.
फ़ाइल का आकार 161 KB
स्थापना संख्या 363
वर्तमान संस्करण 1.3
अंतिम अपडेट 2020-07-03
प्रकाशन तिथि 2020-07-03
रेटिंग 3.93/5 कुल 14 रेटिंग्स
डेवलपर Mr. Teachnology Inc.
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL http://www.jaymurphy.org
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ZoomEd",
    "version": "1.3",
    "manifest_version": 2,
    "description": "Zoom in on any part of a webpage.",
    "icons": {
        "16": "icons\/logo.png",
        "48": "icons\/logo.png",
        "128": "icons\/logo.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/logo.png",
        "default_title": "ZoomEd"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "web_accessible_resources": [
        "zoomed\/index.html"
    ]
}