Readable Font Size

alf + f to get good font size

什么是Readable Font Size?

Readable Font Size是由gywn开发的Chrome扩展程序,该扩展的主要功能是“alf + f to get good font size”。

扩展截图

screenshot
screenshot

下载Readable Font Size扩展crx文件

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

扩展使用说明

                        Automatically adjust font size, line height and text block width in the page, *in situ*.
Say goodbye to text lines so long that they hurt your eyes' rectus.                    

扩展基本信息

名称 Readable Font Size Readable Font Size
ID keccobjcncahemlohalblmalkeomhfjp
官方URL https://chrome.google.com/webstore/detail/readable-font-size/keccobjcncahemlohalblmalkeomhfjp
简介 alf + f to get good font size
文件大小 7.54 KB
安装次数 104
当前版本 1.0.1
更新时间 2016-05-31
上架时间 2016-05-31
评分 1.00/5 共2次评分
开发者 gywn
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "content-persistent.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "alf + f to get good font size",
    "icons": {
        "128": "images\/icon_128.png",
        "48": "images\/icon_48.png",
        "16": "images\/icon_16.png"
    },
    "manifest_version": 2,
    "name": "Readable Font Size",
    "version": "1.0.1",
    "web_accessible_resources": [
        "images\/sprite.svg"
    ]
}