Bionic Reader Mode

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

What is Bionic Reader Mode?

Bionic Reader Mode is a Chrome extension developed by Luthando Mkhwanazi, and its main feature is "A chrome extension add Bionic-style reading to your web pages.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Bionic Reader Mode Extension CRX File

Download Bionic Reader Mode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Bionic Reader Mode Bionic Reader Mode
ID epcfhoaaklokfeojekcfjfccadcmdnkl
Official URL https://chromewebstore.google.com/detail/bionic-reader-mode/epcfhoaaklokfeojekcfjfccadcmdnkl
Description A chrome extension add Bionic-style reading to your web pages.
File Size 20.01 KB
Installation Count 17
Current Version 1.02
Last Updated 2022-10-27
Publish Date 2022-10-22
Developer Luthando Mkhwanazi
Email [email protected]
Payment Type free
Extension Website https://github.com/luuh16-18/Bionic-Reader-Mode.git
Supported Languages 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": [
                ""
            ]
        }
    ]
}