V7 quickieZoom

quick and simple way to zoom pages

Cos'è V7 quickieZoom?

V7 quickieZoom è un'estensione di Chrome sviluppata da v7addons, e la sua funzione principale è "quick and simple way to zoom pages".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione V7 quickieZoom

Scarica i file di estensione V7 quickieZoom in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome V7 quickieZoom V7 quickieZoom
ID cjocehfjdbpepbcojnihchgmaomenmoc
URL Ufficiale https://chromewebstore.google.com/detail/v7-quickiezoom/cjocehfjdbpepbcojnihchgmaomenmoc
Descrizione quick and simple way to zoom pages
Dimensione del File 73.38 KB
Conteggio Installazioni 95
Versione Corrente 2.7.3
Ultimo Aggiornamento 2020-03-02
Data di Pubblicazione 2020-03-01
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore v7addons
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}