ADHD Zapper

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

ما هو ADHD Zapper؟

ADHD Zapper هو إضافة Chrome تم تطويرها بواسطة Kristian Tud، والميزة الرئيسية لها هي "Bionify the page to create a reading environment that is more suitable for people with ADHD, Dyslexia.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة ADHD Zapper

قم بتنزيل ملفات الامتداد ADHD Zapper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم ADHD Zapper ADHD Zapper
ID ejfldchfgbinehokoegomooplcajinli
عنوان URL الرسمي https://chromewebstore.google.com/detail/adhd-zapper/ejfldchfgbinehokoegomooplcajinli
الوصف Bionify the page to create a reading environment that is more suitable for people with ADHD, Dyslexia.
حجم الملف 31.16 KB
عدد التثبيتات 578
النسخة الحالية 1.0.1
آخر تحديث 2023-03-23
تاريخ النشر 2023-03-15
تقييم 5.00/5 مجموع تقييمات 1
المطور Kristian Tud
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    }
}