Bionic Reader Mode

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

Cos'è Bionic Reader Mode?

Bionic Reader Mode è un'estensione di Chrome sviluppata da Luthando Mkhwanazi, e la sua funzione principale è "A chrome extension add Bionic-style reading to your web pages.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Bionic Reader Mode

Scarica i file di estensione Bionic Reader Mode in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Bionic Reader Mode Bionic Reader Mode
ID epcfhoaaklokfeojekcfjfccadcmdnkl
URL Ufficiale https://chromewebstore.google.com/detail/bionic-reader-mode/epcfhoaaklokfeojekcfjfccadcmdnkl
Descrizione A chrome extension add Bionic-style reading to your web pages.
Dimensione del File 20.01 KB
Conteggio Installazioni 17
Versione Corrente 1.02
Ultimo Aggiornamento 2022-10-27
Data di Pubblicazione 2022-10-22
Sviluppatore Luthando Mkhwanazi
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/luuh16-18/Bionic-Reader-Mode.git
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}