ADHD Zapper

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

¿Qué es ADHD Zapper?

ADHD Zapper es una extensión de Chrome desarrollada por Kristian Tud, y su función principal es "Bionify the page to create a reading environment that is more suitable for people with ADHD, Dyslexia.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión ADHD Zapper

Descarga archivos de extensión ADHD Zapper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre ADHD Zapper ADHD Zapper
ID ejfldchfgbinehokoegomooplcajinli
URL Oficial https://chromewebstore.google.com/detail/adhd-zapper/ejfldchfgbinehokoegomooplcajinli
Descripción Bionify the page to create a reading environment that is more suitable for people with ADHD, Dyslexia.
Tamaño del Archivo 31.16 KB
Cantidad de Instalaciones 578
Versión Actual 1.0.1
Última Actualización 2023-03-23
Fecha de Publicación 2023-03-15
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Kristian Tud
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}