Readify

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

What is Readify?

Readify is a Chrome extension developed by Shane Hoban, and its main feature is "Sets the default font family, font color, and line-height for those hard to read websites.".

Extension Screenshots

screenshot

Download Readify Extension CRX File

Download Readify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Readify Readify
ID lcbgkfpnejkhgbiodnpdkkijonlbdegc
Official URL https://chromewebstore.google.com/detail/readify/lcbgkfpnejkhgbiodnpdkkijonlbdegc
Description Sets the default font family, font color, and line-height for those hard to read websites.
File Size 33.13 KB
Installation Count 83
Current Version 1.2
Last Updated 2016-04-05
Publish Date 2016-04-05
Rating 2.33/5 Total 3 Ratings
Developer Shane Hoban
Email [email protected]
Payment Type free
Supported Languages 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"
        ]
    }
}