Bionic Reader

Enable bionic reading for any webpage, improving readability for neurodiversity such as ADHD and autism.

Co je Bionic Reader?

Bionic Reader je rozšíření Chrome vyvinuté Koffiebaard, a jeho hlavní funkcí je „Enable bionic reading for any webpage, improving readability for neurodiversity such as ADHD and autism.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Bionic Reader

Stáhněte si soubory rozšíření Bionic Reader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extension will let you transform any webpage to Bionic Reading, with the click of a button.

Features:
- Translate any page to Bionic Reading
- Configurable font & font size
- Keeps links and highlighting intact

Bionic Reading is a new method facilitating the reading process by guiding the eyes through text with artificial fixation points.

As a result, the reader is only focusing on the highlighted initial letters and lets the brain center complete the word.

Read more about Bionic Reading here: https://bionic-reading.com/                    

Základní Informace o Rozšíření

Název Bionic Reader Bionic Reader
ID afofodfmpeikmcpjoobibhipehodefjc
Oficiální URL https://chrome.google.com/webstore/detail/bionic-reader/afofodfmpeikmcpjoobibhipehodefjc
Popis Enable bionic reading for any webpage, improving readability for neurodiversity such as ADHD and autism.
Velikost souboru 29.85 KB
Počet instalací 19,752
Aktuální Verze 1.1.0
Poslední Aktualizace 2022-05-26
Datum Vydání 2022-05-25
Hodnocení 3.95/5 Celkem 22 Hodnocení
Vývojář Koffiebaard
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/koffiebaard/bionic-reader-chrome
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bionic Reader",
    "description": "Enable bionic reading for any webpage, improving readability for neurodiversity such as ADHD and autism.",
    "version": "1.1.0",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "src\/settings.html",
        "default_icon": {
            "16": "\/icon\/icon_16.png",
            "32": "\/icon\/icon_32.png",
            "48": "\/icon\/icon_48.png",
            "128": "\/icon\/icon_128.png"
        }
    },
    "background": {
        "service_worker": "src\/worker.js"
    },
    "icons": {
        "16": "\/icon\/icon_16.png",
        "32": "\/icon\/icon_32.png",
        "48": "\/icon\/icon_48.png",
        "128": "\/icon\/icon_128.png"
    }
}