Readify
Sets the default font family, font color, and line-height for those hard to read websites.
Was ist Readify?
Readify ist eine Chrome-Erweiterung, die von Shane Hoban entwickelt wurde, und ihr Hauptmerkmal ist "Sets the default font family, font color, and line-height for those hard to read websites.".
Erweiterungsscreenshots
Readify-Erweiterungs-CRX-Datei herunterladen
Laden Sie Readify-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Readify |
ID | lcbgkfpnejkhgbiodnpdkkijonlbdegc |
Offizielle URL | https://chromewebstore.google.com/detail/readify/lcbgkfpnejkhgbiodnpdkkijonlbdegc |
Beschreibung | Sets the default font family, font color, and line-height for those hard to read websites. |
Dateigröße | 33.13 KB |
Installationsanzahl | 83 |
Aktuelle Version | 1.2 |
Letztes Update | 2016-04-05 |
Veröffentlichungsdatum | 2016-04-05 |
Bewertung | 2.33/5 Insgesamt 3 Bewertungen |
Entwickler | Shane Hoban |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } } |