Bionic Reader

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

Bionic Reader क्या है?

Bionic Reader Koffiebaard द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enable bionic reading for any webpage, improving readability for neurodiversity such as ADHD and autism."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bionic Reader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}