Readify
Sets the default font family, font color, and line-height for those hard to read websites.
Cos'è Readify?
Readify è un'estensione di Chrome sviluppata da Shane Hoban, e la sua funzione principale è "Sets the default font family, font color, and line-height for those hard to read websites.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Readify
Scarica i file di estensione Readify 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 no longer have to deal with terrible contrast websites (specifically, light gray text on white background). This extension improves readability, including the color, font famil, and line height.
Informazioni di Base sull'Estensione
Nome | Readify |
ID | lcbgkfpnejkhgbiodnpdkkijonlbdegc |
URL Ufficiale | https://chromewebstore.google.com/detail/readify/lcbgkfpnejkhgbiodnpdkkijonlbdegc |
Descrizione | Sets the default font family, font color, and line-height for those hard to read websites. |
Dimensione del File | 33.13 KB |
Conteggio Installazioni | 83 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2016-04-05 |
Data di Pubblicazione | 2016-04-05 |
Valutazione | 2.33/5 Totale 3 Valutazioni |
Sviluppatore | Shane Hoban |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Readify", "description": "Sets the default font family, font color, and line-height for those hard to read websites.", "version": "1.2", "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ] } } |