Bionic Reader Mode

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

Was ist Bionic Reader Mode?

Bionic Reader Mode ist eine Chrome-Erweiterung, die von Luthando Mkhwanazi entwickelt wurde, und ihr Hauptmerkmal ist "A chrome extension add Bionic-style reading to your web pages.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Bionic Reader Mode-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bionic Reader Mode-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Bionic Reader Mode Bionic Reader Mode
ID epcfhoaaklokfeojekcfjfccadcmdnkl
Offizielle URL https://chromewebstore.google.com/detail/bionic-reader-mode/epcfhoaaklokfeojekcfjfccadcmdnkl
Beschreibung A chrome extension add Bionic-style reading to your web pages.
Dateigröße 20.01 KB
Installationsanzahl 17
Aktuelle Version 1.02
Letztes Update 2022-10-27
Veröffentlichungsdatum 2022-10-22
Entwickler Luthando Mkhwanazi
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/luuh16-18/Bionic-Reader-Mode.git
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}