Bold Reading

Read faster online by making the first 3 letters of every word bold.

Bold Reading là gì?

Bold Reading là một tiện ích mở rộng Chrome được phát triển bởi catander, và tính năng chính của nó là "Read faster online by making the first 3 letters of every word bold.".

Ả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 Bold Reading

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

                        Bionic reading for the web. Bold Reading lets you read content faster online by making the first 3 letters of every word bold. A proven method for speed reading.                    

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

Tên Bold Reading Bold Reading
ID ehflcpdnmceagfokepkopokliphflafj
URL Chính Thức https://chromewebstore.google.com/detail/bold-reading/ehflcpdnmceagfokepkopokliphflafj
Mô tả Read faster online by making the first 3 letters of every word bold.
Kích Thước Tệp 24.76 KB
Số Lần Cài Đặt 1,457
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-04-16
Ngày Phát Hành 2023-04-16
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển catander
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": 3,
    "name": "Bold Reading",
    "version": "1.0",
    "description": "Read faster online by making the first 3 letters of every word bold.",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        }
    },
    "icons": {
        "16": "images\/16.png",
        "24": "images\/24.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}