SpeedRead - ADHD Bionic Reader

Enhance your reading experience with SpeedRead - ADHD Bionic Reader! Highlight the first half of each word to improve comprehension!

SpeedRead - ADHD Bionic Reader là gì?

SpeedRead - ADHD Bionic Reader là một tiện ích mở rộng Chrome được phát triển bởi Alundor, và tính năng chính của nó là "Enhance your reading experience with SpeedRead - ADHD Bionic Reader! Highlight the first half of each word to improve comprehension!".

Ả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 SpeedRead - ADHD Bionic Reader

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

                        SpeedRead - ADHD Bionic Reader is a powerful browser extension that allows you to enhance your reading experience on any website. With our innovative bionic reading technology, you can easily highlight the first half of each word on any text, making it easier to identify and understand important information.

With customizable options that allow you to exclude specific websites, SpeedRead - Word Highlighter puts you in control of your browsing experience. Our minimalist and user-friendly design ensures that you can focus on what really matters: the content.

Whether you're a student, professional, or casual reader, SpeedRead - Word Highlighter is the perfect tool to help you improve your reading speed and comprehension. Try it out today and see how it can transform the way you read!                    

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

Tên SpeedRead - ADHD Bionic Reader SpeedRead - ADHD Bionic Reader
ID iamogajhoidkkimhkjoonfjmneicgfmc
URL Chính Thức https://chromewebstore.google.com/detail/speedread-adhd-bionic-rea/iamogajhoidkkimhkjoonfjmneicgfmc
Mô tả Enhance your reading experience with SpeedRead - ADHD Bionic Reader! Highlight the first half of each word to improve comprehension!
Kích Thước Tệp 23.5 KB
Số Lần Cài Đặt 2,221
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2023-12-05
Ngày Phát Hành 2023-03-30
Đánh Giá 3.90/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Alundor
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": "SpeedRead - ADHD Bionic Reader",
    "version": "1.5",
    "description": "Enhance your reading experience with SpeedRead - ADHD Bionic Reader! Highlight the first half of each word to improve comprehension!",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "action": {
        "default_popup": "options.html",
        "default_icon": {
            "48": "icon48.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "options_page": "options.html"
}