Readify

Sets the default font family, font color, and line-height for those hard to read websites.

Readify là gì?

Readify là một tiện ích mở rộng Chrome được phát triển bởi Shane Hoban, và tính năng chính của nó là "Sets the default font family, font color, and line-height for those hard to read websites.".

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

screenshot

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

Tải xuống các tệp mở rộng Readify 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

                        You no longer have to deal with terrible contrast websites (specifically, light gray text on white background).

This extension improves readability, including the color, font famil, and line height.                    

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

Tên Readify Readify
ID lcbgkfpnejkhgbiodnpdkkijonlbdegc
URL Chính Thức https://chromewebstore.google.com/detail/readify/lcbgkfpnejkhgbiodnpdkkijonlbdegc
Mô tả Sets the default font family, font color, and line-height for those hard to read websites.
Kích Thước Tệp 33.13 KB
Số Lần Cài Đặt 83
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2016-04-05
Ngày Phát Hành 2016-04-05
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Shane Hoban
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Readify",
    "description": "Sets the default font family, font color, and line-height for those hard to read websites.",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}