ADHD Zapper

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

Qu'est-ce que ADHD Zapper ?

ADHD Zapper est une extension Chrome développée par Kristian Tud, et sa fonction principale est "Bionify the page to create a reading environment that is more suitable for people with ADHD, Dyslexia.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension ADHD Zapper

Téléchargez les fichiers d'extension ADHD Zapper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ADHD Zapper ADHD Zapper
ID ejfldchfgbinehokoegomooplcajinli
URL Officiel https://chromewebstore.google.com/detail/adhd-zapper/ejfldchfgbinehokoegomooplcajinli
Description Bionify the page to create a reading environment that is more suitable for people with ADHD, Dyslexia.
Taille du Fichier 31.16 KB
Nombre d'Installations 578
Version Actuelle 1.0.1
Dernière Mise à Jour 2023-03-23
Date de Publication 2023-03-15
Évaluation 5.00/5 Total 1 Évaluations
Développeur Kristian Tud
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}