Bionic Reader

Faster & Focused Reading.Brain reads fasater than eye,so just a few letters enough to recognize whole word.

Bionic Reader là gì?

Bionic Reader là một tiện ích mở rộng Chrome được phát triển bởi Naqi, và tính năng chính của nó là "Faster & Focused Reading.Brain reads fasater than eye,so just a few letters enough to recognize whole word.".

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

screenshot
screenshot
screenshot
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

                        Bionic Reader is a new way to read text in browser with ease.
This extension automatically converts webpages to the bionic reading format.                    

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

Tên Bionic Reader Bionic Reader
ID oclceohekgaamccklomgokpcamnpfgll
URL Chính Thức https://chromewebstore.google.com/detail/bionic-reader/oclceohekgaamccklomgokpcamnpfgll
Mô tả Faster & Focused Reading.Brain reads fasater than eye,so just a few letters enough to recognize whole word.
Kích Thước Tệp 244 KB
Số Lần Cài Đặt 636
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-06-16
Ngày Phát Hành 2022-06-13
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Naqi
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "__MSG_extName__",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "css": [
                "src\/inject\/inject.css"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self' ",
        "sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self'"
    },
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "minimum_chrome_version": "88",
    "permissions": [
        "storage"
    ],
    "short_name": "__MSG_extshortName__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}