Readify

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

Wat is Readify?

Readify is een Chrome-extensie ontwikkeld door Shane Hoban, en de belangrijkste functie is "Sets the default font family, font color, and line-height for those hard to read websites.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Readify

Download Readify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Readify Readify
ID lcbgkfpnejkhgbiodnpdkkijonlbdegc
Officiële URL https://chromewebstore.google.com/detail/readify/lcbgkfpnejkhgbiodnpdkkijonlbdegc
Beschrijving Sets the default font family, font color, and line-height for those hard to read websites.
Bestandsgrootte 33.13 KB
Aantal Installaties 83
Huidige Versie 1.2
Laatst Bijgewerkt 2016-04-05
Publicatiedatum 2016-04-05
Beoordeling 2.33/5 Totaal 3 Beoordelingen
Ontwikkelaar Shane Hoban
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}