Readify

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

什么是Readify?

Readify是由Shane Hoban开发的Chrome扩展程序,该扩展的主要功能是“Sets the default font family, font color, and line-height for those hard to read websites.”。

扩展截图

screenshot

下载Readify扩展crx文件

下载Readify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Readify Readify
ID lcbgkfpnejkhgbiodnpdkkijonlbdegc
官方URL https://chromewebstore.google.com/detail/readify/lcbgkfpnejkhgbiodnpdkkijonlbdegc
简介 Sets the default font family, font color, and line-height for those hard to read websites.
文件大小 33.13 KB
安装次数 83
当前版本 1.2
更新时间 2016-04-05
上架时间 2016-04-05
评分 2.33/5 共3次评分
开发者 Shane Hoban
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
        ]
    }
}