Bionic Reader Mode

A chrome extension add Bionic-style reading to your web pages.

ما هو Bionic Reader Mode؟

Bionic Reader Mode هو إضافة Chrome تم تطويرها بواسطة Luthando Mkhwanazi، والميزة الرئيسية لها هي "A chrome extension add Bionic-style reading to your web pages.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Bionic Reader Mode

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

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

                        Bionic Reader Mode is an extension that helps users read text better. It randomly bolds letters in a sentence so that users only focus on the bolded part of the word.
Such text has been argued for that is does assist with reading text a lot more better and are able understand the information.                    

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

الاسم Bionic Reader Mode Bionic Reader Mode
ID epcfhoaaklokfeojekcfjfccadcmdnkl
عنوان URL الرسمي https://chromewebstore.google.com/detail/bionic-reader-mode/epcfhoaaklokfeojekcfjfccadcmdnkl
الوصف A chrome extension add Bionic-style reading to your web pages.
حجم الملف 20.01 KB
عدد التثبيتات 17
النسخة الحالية 1.02
آخر تحديث 2022-10-27
تاريخ النشر 2022-10-22
المطور Luthando Mkhwanazi
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/luuh16-18/Bionic-Reader-Mode.git
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.02",
    "name": "Bionic Reader Mode",
    "description": "A chrome extension add Bionic-style reading to your web pages.",
    "action": {
        "default_title": "Bionic Reader Mode",
        "default_popup": "popup.html",
        "default_icon": "bionicreader.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "css": [
                "contentScript.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}