ADHD Zapper

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

Was ist ADHD Zapper?

ADHD Zapper ist eine Chrome-Erweiterung, die von Kristian Tud entwickelt wurde, und ihr Hauptmerkmal ist "Bionify the page to create a reading environment that is more suitable for people with ADHD, Dyslexia.".

Erweiterungsscreenshots

screenshot
screenshot

ADHD Zapper-Erweiterungs-CRX-Datei herunterladen

Laden Sie ADHD Zapper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ADHD Zapper ADHD Zapper
ID ejfldchfgbinehokoegomooplcajinli
Offizielle URL https://chromewebstore.google.com/detail/adhd-zapper/ejfldchfgbinehokoegomooplcajinli
Beschreibung Bionify the page to create a reading environment that is more suitable for people with ADHD, Dyslexia.
Dateigröße 31.16 KB
Installationsanzahl 578
Aktuelle Version 1.0.1
Letztes Update 2023-03-23
Veröffentlichungsdatum 2023-03-15
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Kristian Tud
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}