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.”。
扩展截图
下载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 |
ID | nenbnlmkopmnofgjahekjlpjbjgkfkhl |
官方URL | 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": [ "*:\/\/*\/*" ] } |