ZoomEd

Zoom in on any part of a webpage.

What is ZoomEd?

ZoomEd is a Chrome extension developed by Mr. Teachnology Inc., and its main feature is "Zoom in on any part of a webpage.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download ZoomEd Extension CRX File

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

                        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.                    

Extension Basic Information

Name ZoomEd ZoomEd
ID dbeojleeifhpnpfpeigcaldkjokibibi
Official URL https://chromewebstore.google.com/detail/zoomed/dbeojleeifhpnpfpeigcaldkjokibibi
Description Zoom in on any part of a webpage.
File Size 161 KB
Installation Count 363
Current Version 1.3
Last Updated 2020-07-03
Publish Date 2020-07-03
Rating 3.93/5 Total 14 Ratings
Developer Mr. Teachnology Inc.
Email [email protected]
Payment Type free
Privacy Policy Page URL http://www.jaymurphy.org
Supported Languages 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"
    ]
}