Bionic Viewer

This extensions replaces text on page with bionic reading.

什麼是Bionic Viewer?

Bionic Viewer是由Pascal van Oostenbrugge開發的Chrome擴展程式,該擴展的主要功能是“This extensions replaces text on page with bionic reading.”。

擴展截圖

screenshot

下載Bionic Viewer擴展crx文件

下載Bionic Viewer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Bionic Viewer Bionic Viewer
ID nenbnlmkopmnofgjahekjlpjbjgkfkhl
官方網址 https://chromewebstore.google.com/detail/bionic-viewer/nenbnlmkopmnofgjahekjlpjbjgkfkhl
簡介 This extensions replaces text on page with bionic reading.
檔案大小 14.72 KB
安裝次數 15
目前版本 0.0.9
更新時間 2022-05-25
上架時間 2022-05-24
評分 5.00/5 共 2 次評分
開發者 Pascal van Oostenbrugge
電子郵箱 [email protected]
付費類型 free
支援的語言 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": [
        "*:\/\/*\/*"
    ]
}