Bionic Reader
Enable bionic reading for any webpage, improving readability for neurodiversity such as ADHD and autism.
什么是Bionic Reader?
Bionic Reader是由Koffiebaard开发的Chrome扩展程序,该扩展的主要功能是“Enable bionic reading for any webpage, improving readability for neurodiversity such as ADHD and autism.”。
扩展截图
下载Bionic Reader扩展crx文件
下载Bionic Reader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension will let you transform any webpage to Bionic Reading, with the click of a button. Features: - Translate any page to Bionic Reading - Configurable font & font size - Keeps links and highlighting intact Bionic Reading is a new method facilitating the reading process by guiding the eyes through text with artificial fixation points. As a result, the reader is only focusing on the highlighted initial letters and lets the brain center complete the word. Read more about Bionic Reading here: https://bionic-reading.com/
扩展基本信息
名称 | Bionic Reader |
ID | afofodfmpeikmcpjoobibhipehodefjc |
官方URL | https://chrome.google.com/webstore/detail/bionic-reader/afofodfmpeikmcpjoobibhipehodefjc |
简介 | Enable bionic reading for any webpage, improving readability for neurodiversity such as ADHD and autism. |
文件大小 | 29.85 KB |
安装次数 | 19,752 |
当前版本 | 1.1.0 |
更新时间 | 2022-05-26 |
上架时间 | 2022-05-25 |
评分 | 3.95/5 共22次评分 |
开发者 | Koffiebaard |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/koffiebaard/bionic-reader-chrome |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bionic Reader", "description": "Enable bionic reading for any webpage, improving readability for neurodiversity such as ADHD and autism.", "version": "1.1.0", "manifest_version": 3, "permissions": [ "storage", "activeTab", "scripting" ], "action": { "default_popup": "src\/settings.html", "default_icon": { "16": "\/icon\/icon_16.png", "32": "\/icon\/icon_32.png", "48": "\/icon\/icon_48.png", "128": "\/icon\/icon_128.png" } }, "background": { "service_worker": "src\/worker.js" }, "icons": { "16": "\/icon\/icon_16.png", "32": "\/icon\/icon_32.png", "48": "\/icon\/icon_48.png", "128": "\/icon\/icon_128.png" } } |