ADHD Zapper

Bionify the page to create a reading environment that is more suitable for people with ADHD, Dyslexia.

什么是ADHD Zapper?

ADHD Zapper是由Kristian Tud开发的Chrome扩展程序,该扩展的主要功能是“Bionify the page to create a reading environment that is more suitable for people with ADHD, Dyslexia.”。

扩展截图

screenshot
screenshot

下载ADHD Zapper扩展crx文件

下载ADHD Zapper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension is intended to help those who often have troubles staying focused when reading huge blocks of texts (people with ADHD, Dyslexia, etc). By zapping the page, half of every word becomes bolded, and the bolded texts serve as a focus point that users can fixate on, with hopes of eliminating distractions when reading.                    

扩展基本信息

名称 ADHD Zapper ADHD Zapper
ID ejfldchfgbinehokoegomooplcajinli
官方URL https://chromewebstore.google.com/detail/adhd-zapper/ejfldchfgbinehokoegomooplcajinli
简介 Bionify the page to create a reading environment that is more suitable for people with ADHD, Dyslexia.
文件大小 31.16 KB
安装次数 578
当前版本 1.0.1
更新时间 2023-03-23
上架时间 2023-03-15
评分 5.00/5 共1次评分
开发者 Kristian Tud
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ADHD Zapper",
    "description": "Bionify the page to create a reading environment that is more suitable for people with ADHD, Dyslexia.",
    "version": "1.0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "Content.js"
            ]
        }
    ],
    "action": {
        "default_title": "ADHD Zapper",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "lightning.png"
    }
}