ADHD Zapper

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

Vad är ADHD Zapper?

ADHD Zapper är en Chrome-tillägg utvecklad av Kristian Tud, och dess huvudfunktion är "Bionify the page to create a reading environment that is more suitable for people with ADHD, Dyslexia.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner ADHD Zapper-förlängningens CRX-fil

Ladda ner ADHD Zapper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn ADHD Zapper ADHD Zapper
ID ejfldchfgbinehokoegomooplcajinli
Officiell webbadress https://chromewebstore.google.com/detail/adhd-zapper/ejfldchfgbinehokoegomooplcajinli
Beskrivning Bionify the page to create a reading environment that is more suitable for people with ADHD, Dyslexia.
Filstorlek 31.16 KB
Antal Installationer 578
Aktuell Version 1.0.1
Senast Uppdaterad 2023-03-23
Publiceringsdatum 2023-03-15
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Kristian Tud
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}