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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}