Readable Font Size

alf + f to get good font size

Readable Font Size là gì?

Readable Font Size là một tiện ích mở rộng Chrome được phát triển bởi gywn, và tính năng chính của nó là "alf + f to get good font size".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Readable Font Size

Tải xuống các tệp mở rộng Readable Font Size dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Readable Font Size Readable Font Size
ID keccobjcncahemlohalblmalkeomhfjp
URL Chính Thức https://chrome.google.com/webstore/detail/readable-font-size/keccobjcncahemlohalblmalkeomhfjp
Mô tả alf + f to get good font size
Kích Thước Tệp 7.54 KB
Số Lần Cài Đặt 104
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2016-05-31
Ngày Phát Hành 2016-05-31
Đánh Giá 1.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển gywn
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}