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
官方網址 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"
    ]
}