ADHD Zapper

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

Apa itu ADHD Zapper?

ADHD Zapper adalah ekstensi Chrome yang dikembangkan oleh Kristian Tud, dan fitur utamanya adalah "Bionify the page to create a reading environment that is more suitable for people with ADHD, Dyslexia.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi ADHD Zapper

Unduh file ekstensi ADHD Zapper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama ADHD Zapper ADHD Zapper
ID ejfldchfgbinehokoegomooplcajinli
URL Resmi https://chromewebstore.google.com/detail/adhd-zapper/ejfldchfgbinehokoegomooplcajinli
Deskripsi Bionify the page to create a reading environment that is more suitable for people with ADHD, Dyslexia.
Ukuran File 31.16 KB
Jumlah Instalasi 578
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2023-03-23
Tanggal Publikasi 2023-03-15
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Kristian Tud
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}