Better Wikipedia for high resolution screens
Make articles on Wikipedia easier readable by having an optimal line length on high resolution and ultrawide screens.
Cos'è Better Wikipedia for high resolution screens?
Better Wikipedia for high resolution screens è un'estensione di Chrome sviluppata da guus.noij, e la sua funzione principale è "Make articles on Wikipedia easier readable by having an optimal line length on high resolution and ultrawide screens.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Better Wikipedia for high resolution screens
Scarica i file di estensione Better Wikipedia for high resolution screens 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
Wikipedia webpage is not optimized for high resolution and ultra widescreens. Article line length get very long, this makes reading lines more difficult. This extension fixes this by setting an optimal line length for every article.
Informazioni di Base sull'Estensione
Nome | Better Wikipedia for high resolution screens |
ID | bmemopkabblfjaaccedpndobjebljkag |
URL Ufficiale | https://chromewebstore.google.com/detail/better-wikipedia-for-high/bmemopkabblfjaaccedpndobjebljkag |
Descrizione | Make articles on Wikipedia easier readable by having an optimal line length on high resolution and ultrawide screens. |
Dimensione del File | 12.63 KB |
Conteggio Installazioni | 79 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2020-11-23 |
Data di Pubblicazione | 2020-11-22 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | guus.noij |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better Wikipedia for high resolution screens", "version": "0.0.1", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2, "description": "Make articles on Wikipedia easier readable by having an optimal line length on high resolution and ultrawide screens.", "content_scripts": [ { "css": [ "styles.css" ], "matches": [ "https:\/\/*.wikipedia.org\/*\/*" ] } ] } |