Better Reading

Improve reading speed dramatically with this method. Excellent for people with ADHD.

Better Reading là gì?

Better Reading là một tiện ích mở rộng Chrome được phát triển bởi miguelpsdev, và tính năng chính của nó là "Improve reading speed dramatically with this method. Excellent for people with ADHD.".

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

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

                        Boost your reading speed, comprehension, and focus with the Better Reading Chrome extension. This innovative tool, inspired by Bionic Reading, empowers you to read up to twice as fast without sacrificing understanding.

Better Reading strategically highlights the initial letters of words in bold, enabling your brain to automatically complete the words. This method helps you swiftly scan and digest large volumes of text, making it less overwhelming.

Ideal for students, professionals, and especially beneficial for individuals with ADHD, Better Reading reduces distractions and boosts focus. This ADHD-friendly tool aids in information retention and comprehension, helping users stay on track and absorb more from their reading.                    

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

Tên Better Reading Better Reading
ID kfbkapceniihooepkecppdpgacdnkbpp
URL Chính Thức https://chromewebstore.google.com/detail/better-reading/kfbkapceniihooepkecppdpgacdnkbpp
Mô tả Improve reading speed dramatically with this method. Excellent for people with ADHD.
Kích Thước Tệp 20.35 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2023-05-23
Ngày Phát Hành 2023-05-23
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển miguelpsdev
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": "Better Reading",
    "version": "0.2",
    "description": "Improve reading speed dramatically with this method. Excellent for people with ADHD.",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}