Bionic Reader Mode

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

Qu'est-ce que Bionic Reader Mode ?

Bionic Reader Mode est une extension Chrome développée par Luthando Mkhwanazi, et sa fonction principale est "A chrome extension add Bionic-style reading to your web pages.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Bionic Reader Mode

Téléchargez les fichiers d'extension Bionic Reader Mode au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Bionic Reader Mode Bionic Reader Mode
ID epcfhoaaklokfeojekcfjfccadcmdnkl
URL Officiel https://chromewebstore.google.com/detail/bionic-reader-mode/epcfhoaaklokfeojekcfjfccadcmdnkl
Description A chrome extension add Bionic-style reading to your web pages.
Taille du Fichier 20.01 KB
Nombre d'Installations 17
Version Actuelle 1.02
Dernière Mise à Jour 2022-10-27
Date de Publication 2022-10-22
Développeur Luthando Mkhwanazi
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/luuh16-18/Bionic-Reader-Mode.git
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}