Bionic Reader
Enable bionic reading for any webpage, improving readability for neurodiversity such as ADHD and autism.
Cos'è Bionic Reader?
Bionic Reader è un'estensione di Chrome sviluppata da Koffiebaard, e la sua funzione principale è "Enable bionic reading for any webpage, improving readability for neurodiversity such as ADHD and autism.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bionic Reader
Scarica i file di estensione Bionic Reader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/
Informazioni di Base sull'Estensione
Nome | Bionic Reader |
ID | afofodfmpeikmcpjoobibhipehodefjc |
URL Ufficiale | https://chrome.google.com/webstore/detail/bionic-reader/afofodfmpeikmcpjoobibhipehodefjc |
Descrizione | Enable bionic reading for any webpage, improving readability for neurodiversity such as ADHD and autism. |
Dimensione del File | 29.85 KB |
Conteggio Installazioni | 19,752 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2022-05-26 |
Data di Pubblicazione | 2022-05-25 |
Valutazione | 3.95/5 Totale 22 Valutazioni |
Sviluppatore | Koffiebaard |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/koffiebaard/bionic-reader-chrome |
Lingue Supportate | 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" } } |