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
Eメール [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"
    }
}