Bionic Reader Mode

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

Co to jest Bionic Reader Mode?

Bionic Reader Mode to rozszerzenie Chrome opracowane przez Luthando Mkhwanazi, a jego główną funkcją jest „A chrome extension add Bionic-style reading to your web pages.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Bionic Reader Mode

Pobierz pliki rozszerzeń Bionic Reader Mode w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Bionic Reader Mode Bionic Reader Mode
ID epcfhoaaklokfeojekcfjfccadcmdnkl
Oficjalny URL https://chromewebstore.google.com/detail/bionic-reader-mode/epcfhoaaklokfeojekcfjfccadcmdnkl
Opis A chrome extension add Bionic-style reading to your web pages.
Rozmiar pliku 20.01 KB
Liczba instalacji 17
Aktualna Wersja 1.02
Ostatnia Aktualizacja 2022-10-27
Data Publikacji 2022-10-22
Deweloper Luthando Mkhwanazi
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/luuh16-18/Bionic-Reader-Mode.git
Obsługiwane Języki 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": [
                ""
            ]
        }
    ]
}