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

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

                        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": [
                ""
            ]
        }
    ]
}