Zoom for Websites

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

Cos'è Zoom for Websites?

Zoom for Websites è un'estensione di Chrome sviluppata da 100 000+ Downloads, e la sua funzione principale è "Easy zoom for websites. Adjust the magnification or reduction by himself.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Zoom for Websites

Scarica i file di estensione Zoom for Websites 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

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

Informazioni di Base sull'Estensione

Nome Zoom for Websites Zoom for Websites
ID dclhpakjcakdjgnnkhkjiimbkmefkacm
URL Ufficiale https://chrome.google.com/webstore/detail/zoom-for-websites/dclhpakjcakdjgnnkhkjiimbkmefkacm
Descrizione Easy zoom for websites. Adjust the magnification or reduction by himself.
Dimensione del File 84.16 KB
Conteggio Installazioni 616
Versione Corrente 1.0.0
Ultimo Aggiornamento 2016-10-05
Data di Pubblicazione 2016-10-05
Valutazione 2.75/5 Totale 4 Valutazioni
Sviluppatore 100 000+ Downloads
Tipo di Pagamento free
Lingue Supportate 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"
    }
}