Bionic Reader Mode

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

Vad är Bionic Reader Mode?

Bionic Reader Mode är en Chrome-tillägg utvecklad av Luthando Mkhwanazi, och dess huvudfunktion är "A chrome extension add Bionic-style reading to your web pages.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Bionic Reader Mode-förlängningens CRX-fil

Ladda ner Bionic Reader Mode-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Bionic Reader Mode Bionic Reader Mode
ID epcfhoaaklokfeojekcfjfccadcmdnkl
Officiell webbadress https://chromewebstore.google.com/detail/bionic-reader-mode/epcfhoaaklokfeojekcfjfccadcmdnkl
Beskrivning A chrome extension add Bionic-style reading to your web pages.
Filstorlek 20.01 KB
Antal Installationer 17
Aktuell Version 1.02
Senast Uppdaterad 2022-10-27
Publiceringsdatum 2022-10-22
Utvecklare Luthando Mkhwanazi
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/luuh16-18/Bionic-Reader-Mode.git
Stödda Språk 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": [
                ""
            ]
        }
    ]
}