Resolution Zoom
Set the zoom level based on your screen resolution.
Cos'è Resolution Zoom?
Resolution Zoom è un'estensione di Chrome sviluppata da https://arnout.engelen.eu, e la sua funzione principale è "Set the zoom level based on your screen resolution.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Resolution Zoom
Scarica i file di estensione Resolution Zoom 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
Will zoom pages to 200% on HiDPI screens (wider than 2800 pixels), to 100% others.
Will leave alone pages not at 100% or 200%. Informazioni di Base sull'Estensione
| Nome | |
| ID | enjjhajnmggdgofagbokhmifgnaophmh |
| URL Ufficiale | https://chromewebstore.google.com/detail/resolution-zoom/enjjhajnmggdgofagbokhmifgnaophmh |
| Descrizione | Set the zoom level based on your screen resolution. |
| Dimensione del File | 7.37 KB |
| Conteggio Installazioni | 605 |
| Versione Corrente | 0.3 |
| Ultimo Aggiornamento | 2016-08-03 |
| Data di Pubblicazione | 2016-08-03 |
| Valutazione | 2.77/5 Totale 13 Valutazioni |
| Sviluppatore | https://arnout.engelen.eu |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://github.com/raboof/reszoom |
| URL della Pagina di Aiuto | http://github.com/raboof/reszoom/issues |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Resolution Zoom",
"short_name": "reszoom",
"description": "Set the zoom level based on your screen resolution.",
"version": "0.3",
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"system.display"
],
"icons": {
"16": "icon\/icon16.png",
"32": "icon\/icon32.png",
"48": "icon\/icon48.png",
"128": "icon\/icon128.png"
}
} | |