Bionic Reader Mode

A chrome extension add Bionic-style reading to your web pages.

Bionic Reader Mode là gì?

Bionic Reader Mode là một tiện ích mở rộng Chrome được phát triển bởi Luthando Mkhwanazi, và tính năng chính của nó là "A chrome extension add Bionic-style reading to your web pages.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bionic Reader Mode

Tải xuống các tệp mở rộng Bionic Reader Mode 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 Reader Mode is an extension that helps users read text better. It randomly bolds letters in a sentence so that users only focus on the bolded part of the word.
Such text has been argued for that is does assist with reading text a lot more better and are able understand the information.                    

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

Tên Bionic Reader Mode Bionic Reader Mode
ID epcfhoaaklokfeojekcfjfccadcmdnkl
URL Chính Thức https://chromewebstore.google.com/detail/bionic-reader-mode/epcfhoaaklokfeojekcfjfccadcmdnkl
Mô tả A chrome extension add Bionic-style reading to your web pages.
Kích Thước Tệp 20.01 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 1.02
Cập Nhật Lần Cuối 2022-10-27
Ngày Phát Hành 2022-10-22
Nhà Phát Triển Luthando Mkhwanazi
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/luuh16-18/Bionic-Reader-Mode.git
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.02",
    "name": "Bionic Reader Mode",
    "description": "A chrome extension add Bionic-style reading to your web pages.",
    "action": {
        "default_title": "Bionic Reader Mode",
        "default_popup": "popup.html",
        "default_icon": "bionicreader.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "css": [
                "contentScript.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}