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
官方網址 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"
    }
}