Bionic Reader Mode

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

Apa itu Bionic Reader Mode?

Bionic Reader Mode adalah ekstensi Chrome yang dikembangkan oleh Luthando Mkhwanazi, dan fitur utamanya adalah "A chrome extension add Bionic-style reading to your web pages.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Bionic Reader Mode

Unduh file ekstensi Bionic Reader Mode dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Bionic Reader Mode Bionic Reader Mode
ID epcfhoaaklokfeojekcfjfccadcmdnkl
URL Resmi https://chromewebstore.google.com/detail/bionic-reader-mode/epcfhoaaklokfeojekcfjfccadcmdnkl
Deskripsi A chrome extension add Bionic-style reading to your web pages.
Ukuran File 20.01 KB
Jumlah Instalasi 17
Versi Saat Ini 1.02
Terakhir Diperbarui 2022-10-27
Tanggal Publikasi 2022-10-22
Pengembang Luthando Mkhwanazi
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/luuh16-18/Bionic-Reader-Mode.git
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}