V7 quickieZoom

quick and simple way to zoom pages

Wat is V7 quickieZoom?

V7 quickieZoom is een Chrome-extensie ontwikkeld door v7addons, en de belangrijkste functie is "quick and simple way to zoom pages".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie V7 quickieZoom

Download V7 quickieZoom-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam V7 quickieZoom V7 quickieZoom
ID cjocehfjdbpepbcojnihchgmaomenmoc
Officiële URL https://chromewebstore.google.com/detail/v7-quickiezoom/cjocehfjdbpepbcojnihchgmaomenmoc
Beschrijving quick and simple way to zoom pages
Bestandsgrootte 73.38 KB
Aantal Installaties 95
Huidige Versie 2.7.3
Laatst Bijgewerkt 2020-03-02
Publicatiedatum 2020-03-01
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar v7addons
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}