ADHD Zapper

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

Wat is ADHD Zapper?

ADHD Zapper is een Chrome-extensie ontwikkeld door Kristian Tud, en de belangrijkste functie is "Bionify the page to create a reading environment that is more suitable for people with ADHD, Dyslexia.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie ADHD Zapper

Download ADHD Zapper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ADHD Zapper ADHD Zapper
ID ejfldchfgbinehokoegomooplcajinli
Officiële URL https://chromewebstore.google.com/detail/adhd-zapper/ejfldchfgbinehokoegomooplcajinli
Beschrijving Bionify the page to create a reading environment that is more suitable for people with ADHD, Dyslexia.
Bestandsgrootte 31.16 KB
Aantal Installaties 578
Huidige Versie 1.0.1
Laatst Bijgewerkt 2023-03-23
Publicatiedatum 2023-03-15
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Kristian Tud
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}