Readable Font Size

alf + f to get good font size

What is Readable Font Size?

Readable Font Size is a Chrome extension developed by gywn, and its main feature is "alf + f to get good font size".

Extension Screenshots

screenshot
screenshot

Download Readable Font Size Extension CRX File

Download Readable Font Size 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

                        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.                    

Extension Basic Information

Name Readable Font Size Readable Font Size
ID keccobjcncahemlohalblmalkeomhfjp
Official URL https://chrome.google.com/webstore/detail/readable-font-size/keccobjcncahemlohalblmalkeomhfjp
Description alf + f to get good font size
File Size 7.54 KB
Installation Count 104
Current Version 1.0.1
Last Updated 2016-05-31
Publish Date 2016-05-31
Rating 1.00/5 Total 2 Ratings
Developer gywn
Payment Type free
Supported Languages 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"
    ]
}