Readify

Sets the default font family, font color, and line-height for those hard to read websites.

Qu'est-ce que Readify ?

Readify est une extension Chrome développée par Shane Hoban, et sa fonction principale est "Sets the default font family, font color, and line-height for those hard to read websites.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Readify

Téléchargez les fichiers d'extension Readify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Readify Readify
ID lcbgkfpnejkhgbiodnpdkkijonlbdegc
URL Officiel https://chromewebstore.google.com/detail/readify/lcbgkfpnejkhgbiodnpdkkijonlbdegc
Description Sets the default font family, font color, and line-height for those hard to read websites.
Taille du Fichier 33.13 KB
Nombre d'Installations 83
Version Actuelle 1.2
Dernière Mise à Jour 2016-04-05
Date de Publication 2016-04-05
Évaluation 2.33/5 Total 3 Évaluations
Développeur Shane Hoban
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}