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"
    ]
}