ZoomEd

Zoom in on any part of a webpage.

Cos'è ZoomEd?

ZoomEd è un'estensione di Chrome sviluppata da Mr. Teachnology Inc., e la sua funzione principale è "Zoom in on any part of a webpage.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ZoomEd

Scarica i file di estensione ZoomEd 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

                        ZoomEd 
by Mr. Teachnology / Jay Murphy

ZoomEd allows the user to Zoom in on any part of a webpage.  

Adjust the zoom magnification to your desired strength and lens size.  

Read and view images with more clarity than ever before.  Enhance your focus and bring your viewing content up close and personal.                    

Informazioni di Base sull'Estensione

Nome ZoomEd ZoomEd
ID dbeojleeifhpnpfpeigcaldkjokibibi
URL Ufficiale https://chromewebstore.google.com/detail/zoomed/dbeojleeifhpnpfpeigcaldkjokibibi
Descrizione Zoom in on any part of a webpage.
Dimensione del File 161 KB
Conteggio Installazioni 363
Versione Corrente 1.3
Ultimo Aggiornamento 2020-07-03
Data di Pubblicazione 2020-07-03
Valutazione 3.93/5 Totale 14 Valutazioni
Sviluppatore Mr. Teachnology Inc.
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://www.jaymurphy.org
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ZoomEd",
    "version": "1.3",
    "manifest_version": 2,
    "description": "Zoom in on any part of a webpage.",
    "icons": {
        "16": "icons\/logo.png",
        "48": "icons\/logo.png",
        "128": "icons\/logo.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/logo.png",
        "default_title": "ZoomEd"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "web_accessible_resources": [
        "zoomed\/index.html"
    ]
}