V7 quickieZoom

quick and simple way to zoom pages

What is V7 quickieZoom?

V7 quickieZoom is a Chrome extension developed by v7addons, and its main feature is "quick and simple way to zoom pages".

Extension Screenshots

screenshot

Download V7 quickieZoom Extension CRX File

Download V7 quickieZoom 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

                        Zoom web pages with one click.

Push mouse cursor to the left edge of your browser window and click the red-blue stripe to zoom pages. Another click will reset zoom to 100%.

In extension settings choose desired zoom level (default is 150%)

Simple and fast.                    

Extension Basic Information

Name V7 quickieZoom V7 quickieZoom
ID cjocehfjdbpepbcojnihchgmaomenmoc
Official URL https://chromewebstore.google.com/detail/v7-quickiezoom/cjocehfjdbpepbcojnihchgmaomenmoc
Description quick and simple way to zoom pages
File Size 73.38 KB
Installation Count 95
Current Version 2.7.3
Last Updated 2020-03-02
Publish Date 2020-03-01
Rating 5.00/5 Total 1 Ratings
Developer v7addons
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "stil.css"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_opis__",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "icons": {
        "128": "\/img\/logo128.png",
        "48": "\/img\/logo48.png",
        "16": "\/img\/logo16.png"
    },
    "manifest_version": 2,
    "name": "__MSG_V7__",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "version": "2.7.3"
}