Readable Font Size

alf + f to get good font size

Readable Font Sizeคืออะไร?

Readable Font Size เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gywn และคุณลักษณะหลักของมันคือ "alf + f to get good font size"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Readable Font Size

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}