Better Read

Use Better Read to read more quickly and efficiently!

Better Read là gì?

Better Read là một tiện ích mở rộng Chrome được phát triển bởi https://devanshu.xyz, và tính năng chính của nó là "Use Better Read to read more quickly and efficiently!".

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

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

                        Enhance Your Web Reading Experience!

Better Read bolds the first half of words on webpages. This emphasizes beginnings, boosting reading speed and focus, guiding you through content efficiently.

Control your experience with adjustable settings. Choose boldness for your comfort and pace. Pick word spacing - seamless or gapped - refining comprehension and speed. You can even personalize text color to suit your taste.

1. Quicker Reading: Bolded starts hasten text scanning, enhancing reading speed.
2. Tailored Experience: Adjust boldness, spacing, and text color to your style.
3. Accessibility: Beneficial for speed and reading challenges.
4. Effortless Integration: Enhances all pages without manual activation.

Unleash accelerated reading with Better Read. Install now for an elevated reading experience!                    

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

Tên Better Read Better Read
ID cljjkfaholaoekimkjjnnnppojmdcacc
URL Chính Thức https://chromewebstore.google.com/detail/better-read/cljjkfaholaoekimkjjnnnppojmdcacc
Mô tả Use Better Read to read more quickly and efficiently!
Kích Thước Tệp 13.28 KB
Số Lần Cài Đặt 94
Phiên Bản Hiện Tại 0.0.0.2
Cập Nhật Lần Cuối 2023-09-17
Ngày Phát Hành 2023-06-12
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://devanshu.xyz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://devanshu.xyz/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Better Read",
    "description": "Use Better Read to read more quickly and efficiently!",
    "author": "Devanshu Sen Pandey",
    "version": "0.0.0.2",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Better Read"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "contentStyles.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}