Bionic Reader

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

Τι είναι το Bionic Reader;

Το Bionic Reader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Koffiebaard, και η κύρια λειτουργία του είναι "Enable bionic reading for any webpage, improving readability for neurodiversity such as ADHD and autism.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Bionic Reader

Λήψη αρχείων επέκτασης Bionic Reader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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/                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Bionic Reader Bionic Reader
ID afofodfmpeikmcpjoobibhipehodefjc
Επίσημο URL https://chrome.google.com/webstore/detail/bionic-reader/afofodfmpeikmcpjoobibhipehodefjc
Περιγραφή Enable bionic reading for any webpage, improving readability for neurodiversity such as ADHD and autism.
Μέγεθος Αρχείου 29.85 KB
Αριθμός Εγκαταστάσεων 19,752
Τρέχουσα Έκδοση 1.1.0
Τελευταία Ενημέρωση 2022-05-26
Ημερομηνία Δημοσίευσης 2022-05-25
Αξιολόγηση 3.95/5 Συνολικά 22 Αξιολογήσεις
Προγραμματιστής Koffiebaard
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/koffiebaard/bionic-reader-chrome
Υποστηριζόμενες Γλώσσες 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"
    }
}