Bionic Reader
Enable bionic reading for any webpage, improving readability for neurodiversity such as ADHD and autism.
Was ist Bionic Reader?
Bionic Reader ist eine Chrome-Erweiterung, die von Koffiebaard entwickelt wurde, und ihr Hauptmerkmal ist "Enable bionic reading for any webpage, improving readability for neurodiversity such as ADHD and autism.".
Erweiterungsscreenshots
Bionic Reader-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bionic Reader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/
Grundlegende Informationen zur Erweiterung
Name | Bionic Reader |
ID | afofodfmpeikmcpjoobibhipehodefjc |
Offizielle URL | https://chrome.google.com/webstore/detail/bionic-reader/afofodfmpeikmcpjoobibhipehodefjc |
Beschreibung | Enable bionic reading for any webpage, improving readability for neurodiversity such as ADHD and autism. |
Dateigröße | 29.85 KB |
Installationsanzahl | 19,752 |
Aktuelle Version | 1.1.0 |
Letztes Update | 2022-05-26 |
Veröffentlichungsdatum | 2022-05-25 |
Bewertung | 3.95/5 Insgesamt 22 Bewertungen |
Entwickler | Koffiebaard |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/koffiebaard/bionic-reader-chrome |
Unterstützte Sprachen | 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" } } |