WebExtension.net
Toggle dark mode
WebExtension.net

Zoom for Google Chrome

View on Chrome Web Store
View Zoom for Google Chrome Chrome Extension on Chrome Web Store
Add to bookmarks
4.2 (1,711 ratings)
1 new ratings
13 views
This extension has been viewed 13 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Zoom in or out on web content using the zoom button and mouse scroll wheel for more comfortable reading. That to each percent value.
Type
Extension
Users
300,000 users
100K
Stefan vd
View author page of Stefan vd
Featured Extension

Hand-picked for quality and usefulness

Published
Published on January 7, 2010
Version 2.8.16.0
Manifest version
3
Updated
Updated on November 16, 2024
make_chrome_yours/accessibility
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Zoom for Google Chrome Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "short_name": "__MSG_name__",
    "homepage_url": "https:\/\/www.stefanvd.net\/support\/",
    "description": "__MSG_description__",
    "author": "Stefan vd",
    "version": "2.8.16.0",
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "scripts\/constants.js",
                "scripts\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "content_security_policy": {
        "extension_pages": "default-src 'none'; style-src 'self'; media-src https:\/\/www.stefanvd.net; frame-src https:\/\/www.youtube.com https:\/\/www.stefanvd.net; connect-src https:\/\/www.stefanvd.net; script-src 'self'; img-src 'self' https:\/\/www.stefanvd.net * data:; object-src 'none'"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "name": "__MSG_namechrome__",
    "action": {
        "default_title": "__MSG_name__",
        "default_icon": {
            "16": "images\/iconstick16.png",
            "19": "images\/iconstick19.png",
            "20": "images\/iconstick20.png",
            "32": "images\/iconstick32.png",
            "38": "images\/iconstick38.png",
            "40": "images\/iconstick40.png",
            "64": "images\/iconstick64.png"
        }
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "commands": {
        "toggle-feature-zoomin": {
            "suggested_key": {
                "default": "Ctrl+Shift+1",
                "mac": "MacCtrl+Shift+1"
            },
            "description": "__MSG_titleshortzoomin__"
        },
        "toggle-feature-zoomout": {
            "suggested_key": {
                "default": "Ctrl+Shift+2",
                "mac": "MacCtrl+Shift+2"
            },
            "description": "__MSG_titleshortzoomout__"
        },
        "toggle-feature-zoomreset": {
            "suggested_key": {
                "default": "Ctrl+Shift+0",
                "mac": "MacCtrl+Shift+0"
            },
            "description": "__MSG_titleshortzoomreset__"
        },
        "toggle-feature-magnify": {
            "suggested_key": {
                "default": "Ctrl+Shift+M",
                "mac": "MacCtrl+Shift+M"
            },
            "description": "__MSG_titleshortzoommagnify__"
        },
        "toggle-feature-predefined1": {
            "description": "__MSG_titleshortpredefined1__"
        },
        "toggle-feature-predefined2": {
            "description": "__MSG_titleshortpredefined2__"
        },
        "toggle-feature-predefined3": {
            "description": "__MSG_titleshortpredefined3__"
        }
    },
    "offline_enabled": true,
    "minimum_chrome_version": "103",
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "scripting",
        "webNavigation",
        "system.display",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "<all_urls>"
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top