ADHD Reader
Helping neurodiverse population to read faster on websites
什么是ADHD Reader?
ADHD Reader是由https://lehtuska.com开发的Chrome扩展程序,该扩展的主要功能是“Helping neurodiverse population to read faster on websites”。
扩展截图
下载ADHD Reader扩展crx文件
下载ADHD Reader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
ADHD Reader is a chrome extension that helps you read faster by highlighting beginning of every word on the websites.
CHANGELOG:
- [2023-09-18] Error handling optimization
- [2023-09-18] Performance enhance for infinite scroll sites
- [2023-09-18] Performance optimization for longread sites
- [2023-08-04] Add bug report link
- [2023-08-04] Fix performance issues
- [2023-04-12] Feature for keeping ADHD Reader always active
- [2023-04-12] Support for SPAs (page change inside website)
- [2023-04-12] Support for infinite scroll pages
- [2023-04-12] Fixed for Refresh (remembers if activated) 扩展基本信息
| 名称 | |
| ID | gcbchiambcokahmamemkoadlanaealmf |
| 官方URL | https://chromewebstore.google.com/detail/adhd-reader/gcbchiambcokahmamemkoadlanaealmf |
| 简介 | Helping neurodiverse population to read faster on websites |
| 文件大小 | 27.5 KB |
| 安装次数 | 10,000 |
| 当前版本 | 0.0.4 |
| 更新时间 | 2023-09-19 |
| 上架时间 | 2022-09-17 |
| 评分 | 3.46/5 共26次评分 |
| 开发者 | https://lehtuska.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://adhd-reader.lehtuska.com |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ADHD Reader",
"description": "Helping neurodiverse population to read faster on websites",
"version": "0.0.4",
"manifest_version": 3,
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"tabs",
"activeTab",
"storage",
"declarativeContent"
],
"action": {
"default_title": "Click to activate",
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/adhd-reader-icon-16-disabled.png",
"32": "\/images\/adhd-reader-icon-32-disabled.png",
"48": "\/images\/adhd-reader-icon-48-disabled.png",
"128": "\/images\/adhd-reader-icon-128-disabled.png"
}
},
"icons": {
"16": "\/images\/adhd-reader-icon-16.png",
"32": "\/images\/adhd-reader-icon-32.png",
"48": "\/images\/adhd-reader-icon-48.png",
"128": "\/images\/adhd-reader-icon-128.png"
},
"content_scripts": [
{
"js": [
"myscript.js"
],
"matches": [
" | |