ADHD Zapper

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

Cos'è ADHD Zapper?

ADHD Zapper è un'estensione di Chrome sviluppata da Kristian Tud, e la sua funzione principale è "Bionify the page to create a reading environment that is more suitable for people with ADHD, Dyslexia.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione ADHD Zapper

Scarica i file di estensione ADHD Zapper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome ADHD Zapper ADHD Zapper
ID ejfldchfgbinehokoegomooplcajinli
URL Ufficiale https://chromewebstore.google.com/detail/adhd-zapper/ejfldchfgbinehokoegomooplcajinli
Descrizione Bionify the page to create a reading environment that is more suitable for people with ADHD, Dyslexia.
Dimensione del File 31.16 KB
Conteggio Installazioni 578
Versione Corrente 1.0.1
Ultimo Aggiornamento 2023-03-23
Data di Pubblicazione 2023-03-15
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Kristian Tud
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}