Readify

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

Hvad er Readify?

Readify er en Chrome-udvidelse udviklet af Shane Hoban, og dens hovedfunktion er "Sets the default font family, font color, and line-height for those hard to read websites.".

Udvidelsesskærmbilleder

screenshot

Download Readify-udvidelses-CRX-fil

Download Readify-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Readify Readify
ID lcbgkfpnejkhgbiodnpdkkijonlbdegc
Officiel URL https://chromewebstore.google.com/detail/readify/lcbgkfpnejkhgbiodnpdkkijonlbdegc
Beskrivelse Sets the default font family, font color, and line-height for those hard to read websites.
Filstørrelse 33.13 KB
Antal Installationer 83
Nuværende Version 1.2
Senest Opdateret 2016-04-05
Udgivelsesdato 2016-04-05
Bedømmelse 2.33/5 Samlet 3 Bedømmelser
Udvikler Shane Hoban
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
        ]
    }
}