Readify

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

Vad är Readify?

Readify är en Chrome-tillägg utvecklad av Shane Hoban, och dess huvudfunktion är "Sets the default font family, font color, and line-height for those hard to read websites.".

Tilläggsskärmbilder

screenshot

Ladda ner Readify-förlängningens CRX-fil

Ladda ner Readify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Readify Readify
ID lcbgkfpnejkhgbiodnpdkkijonlbdegc
Officiell webbadress https://chromewebstore.google.com/detail/readify/lcbgkfpnejkhgbiodnpdkkijonlbdegc
Beskrivning Sets the default font family, font color, and line-height for those hard to read websites.
Filstorlek 33.13 KB
Antal Installationer 83
Aktuell Version 1.2
Senast Uppdaterad 2016-04-05
Publiceringsdatum 2016-04-05
Betyg 2.33/5 Totalt 3 Betyg
Utvecklare Shane Hoban
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        ]
    }
}