Zoom for Websites

Easy zoom for websites. Adjust the magnification or reduction by himself.

What is Zoom for Websites?

Zoom for Websites is a Chrome extension developed by 100 000+ Downloads, and its main feature is "Easy zoom for websites. Adjust the magnification or reduction by himself.".

Extension Screenshots

screenshot

Download Zoom for Websites Extension CRX File

Download Zoom for Websites 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

                        You can zoom in/out any webpage. Click right mouse button on actual website. Then choose size display site in context menu.                    

Extension Basic Information

Name Zoom for Websites Zoom for Websites
ID dclhpakjcakdjgnnkhkjiimbkmefkacm
Official URL https://chrome.google.com/webstore/detail/zoom-for-websites/dclhpakjcakdjgnnkhkjiimbkmefkacm
Description Easy zoom for websites. Adjust the magnification or reduction by himself.
File Size 84.16 KB
Installation Count 616
Current Version 1.0.0
Last Updated 2016-10-05
Publish Date 2016-10-05
Rating 2.75/5 Total 4 Ratings
Developer 100 000+ Downloads
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "name": "Zoom for Websites",
    "description": "Easy zoom for websites. Adjust the magnification or reduction by himself.",
    "background": {
        "scripts": [
            "js\/jquery.js",
            "background.js"
        ]
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "",
        "tabs",
        "contextMenus"
    ],
    "icons": {
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png"
    }
}