Bionic Reader

Enable bionic reading for any webpage, improving readability for neurodiversity such as ADHD and autism.

Bionic Reader là gì?

Bionic Reader là một tiện ích mở rộng Chrome được phát triển bởi Koffiebaard, và tính năng chính của nó là "Enable bionic reading for any webpage, improving readability for neurodiversity such as ADHD and autism.".

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

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

                        This extension will let you transform any webpage to Bionic Reading, with the click of a button.

Features:
- Translate any page to Bionic Reading
- Configurable font & font size
- Keeps links and highlighting intact

Bionic Reading is a new method facilitating the reading process by guiding the eyes through text with artificial fixation points.

As a result, the reader is only focusing on the highlighted initial letters and lets the brain center complete the word.

Read more about Bionic Reading here: https://bionic-reading.com/                    

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

Tên Bionic Reader Bionic Reader
ID afofodfmpeikmcpjoobibhipehodefjc
URL Chính Thức https://chrome.google.com/webstore/detail/bionic-reader/afofodfmpeikmcpjoobibhipehodefjc
Mô tả Enable bionic reading for any webpage, improving readability for neurodiversity such as ADHD and autism.
Kích Thước Tệp 29.85 KB
Số Lần Cài Đặt 19,752
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2022-05-26
Ngày Phát Hành 2022-05-25
Đánh Giá 3.95/5 Tổng số 22 Đánh Giá
Nhà Phát Triển Koffiebaard
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/koffiebaard/bionic-reader-chrome
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bionic Reader",
    "description": "Enable bionic reading for any webpage, improving readability for neurodiversity such as ADHD and autism.",
    "version": "1.1.0",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "src\/settings.html",
        "default_icon": {
            "16": "\/icon\/icon_16.png",
            "32": "\/icon\/icon_32.png",
            "48": "\/icon\/icon_48.png",
            "128": "\/icon\/icon_128.png"
        }
    },
    "background": {
        "service_worker": "src\/worker.js"
    },
    "icons": {
        "16": "\/icon\/icon_16.png",
        "32": "\/icon\/icon_32.png",
        "48": "\/icon\/icon_48.png",
        "128": "\/icon\/icon_128.png"
    }
}