Bionic Viewer

This extensions replaces text on page with bionic reading.

Bionic Viewer là gì?

Bionic Viewer là một tiện ích mở rộng Chrome được phát triển bởi Pascal van Oostenbrugge, và tính năng chính của nó là "This extensions replaces text on page with bionic reading.".

Ả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 Viewer

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

                        Read any website in Bionic Reading using the official bionic reading API.
Support for Bionic saccade and fixation settings
Add sites to the autodomain list for automatic Bionic translation                    

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

Tên Bionic Viewer Bionic Viewer
ID nenbnlmkopmnofgjahekjlpjbjgkfkhl
URL Chính Thức https://chromewebstore.google.com/detail/bionic-viewer/nenbnlmkopmnofgjahekjlpjbjgkfkhl
Mô tả This extensions replaces text on page with bionic reading.
Kích Thước Tệp 14.72 KB
Số Lần Cài Đặt 15
Phiên Bản Hiện Tại 0.0.9
Cập Nhật Lần Cuối 2022-05-25
Ngày Phát Hành 2022-05-24
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Pascal van Oostenbrugge
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": "Bionic Viewer",
    "version": "0.0.9",
    "description": "This extensions replaces text on page with bionic reading.",
    "permissions": [
        "activeTab",
        "scripting",
        "contextMenus",
        "storage"
    ],
    "icons": {
        "16": "images\/bionicViewer-16x16px.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/bionicViewer-16x16px.png",
            "32": "images\/bionicViewer-32x32px.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}