Bionic Reader Mode

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

Wat is Bionic Reader Mode?

Bionic Reader Mode is een Chrome-extensie ontwikkeld door Luthando Mkhwanazi, en de belangrijkste functie is "A chrome extension add Bionic-style reading to your web pages.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Bionic Reader Mode

Download Bionic Reader Mode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Bionic Reader Mode Bionic Reader Mode
ID epcfhoaaklokfeojekcfjfccadcmdnkl
Officiële URL https://chromewebstore.google.com/detail/bionic-reader-mode/epcfhoaaklokfeojekcfjfccadcmdnkl
Beschrijving A chrome extension add Bionic-style reading to your web pages.
Bestandsgrootte 20.01 KB
Aantal Installaties 17
Huidige Versie 1.02
Laatst Bijgewerkt 2022-10-27
Publicatiedatum 2022-10-22
Ontwikkelaar Luthando Mkhwanazi
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/luuh16-18/Bionic-Reader-Mode.git
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}