ADHD Zapper

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

Co to jest ADHD Zapper?

ADHD Zapper to rozszerzenie Chrome opracowane przez Kristian Tud, a jego główną funkcją jest „Bionify the page to create a reading environment that is more suitable for people with ADHD, Dyslexia.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia ADHD Zapper

Pobierz pliki rozszerzeń ADHD Zapper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa ADHD Zapper ADHD Zapper
ID ejfldchfgbinehokoegomooplcajinli
Oficjalny URL https://chromewebstore.google.com/detail/adhd-zapper/ejfldchfgbinehokoegomooplcajinli
Opis Bionify the page to create a reading environment that is more suitable for people with ADHD, Dyslexia.
Rozmiar pliku 31.16 KB
Liczba instalacji 578
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2023-03-23
Data Publikacji 2023-03-15
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Kristian Tud
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}