WebExtension.net
WebExtension.net

Zoom Page WE

View on Chrome Web Store
View Zoom Page WE Chrome Extension on Chrome Web Store
4.2 (156 ratings)

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

Zoom web pages (either per-site or per-tab) using full-page zoom, text-only zoom, automatic fit-to-width and minimum font size.
Type
Extension
Users
10,000 users
DW-dev
View author page of DW-dev
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 16, 2016
Version 33.5
Manifest version
3
Updated
Updated on April 29, 2023
View on Chrome Web Store
View Zoom Page WE Chrome Extension on Chrome Web Store
make_chrome_yours/accessibility
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Zoom Page WE",
    "version": "33.5",
    "description": "Zoom web pages (either per-site or per-tab) using full-page zoom, text-only zoom, automatic fit-to-width and minimum font size.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128-96.png"
    },
    "minimum_chrome_version": "88",
    "permissions": [
        "tabs",
        "webNavigation",
        "contextMenus",
        "notifications",
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "icon16.png"
        },
        "default_title": "Zoom Page WE",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "commands": {
        "_execute_action": {
            "description": "Show Zoom Popup",
            "suggested_key": {
                "default": "Alt+Z"
            }
        }
    }
}
WebExtension.net

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

© 2024 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