Bionic Reader - ADHD Aid For Reading

A Chrome extension that makes text on web pages easier to read using bionic reading techniques.

ما هو Bionic Reader - ADHD Aid For Reading؟

Bionic Reader - ADHD Aid For Reading هو إضافة Chrome تم تطويرها بواسطة kameikristen، والميزة الرئيسية لها هي "A Chrome extension that makes text on web pages easier to read using bionic reading techniques.".

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

screenshot

تحميل ملف CRX للإضافة Bionic Reader - ADHD Aid For Reading

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

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

                        Reading just became easier. I'm a 15 year old developer and this extension is to aid people to read faster, clearer, and more efficiently. Give it a shot, leave me feedback and I would love to incorporate anything you suggest.                    

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

الاسم Bionic Reader - ADHD Aid For Reading Bionic Reader - ADHD Aid For Reading
ID gjhjbfmlgnceocmlienedfpdeafkbenb
عنوان URL الرسمي https://chromewebstore.google.com/detail/bionic-reader-adhd-aid-fo/gjhjbfmlgnceocmlienedfpdeafkbenb
الوصف A Chrome extension that makes text on web pages easier to read using bionic reading techniques.
حجم الملف 8.76 KB
عدد التثبيتات 65
النسخة الحالية 2.0
آخر تحديث 2024-01-24
تاريخ النشر 2023-04-21
المطور kameikristen
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bionic Reader - ADHD Aid For Reading",
    "version": "2.0",
    "manifest_version": 3,
    "description": "A Chrome extension that makes text on web pages easier to read using bionic reading techniques.",
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab"
    ]
}