Bionic Reader
Enable bionic reading for any webpage, improving readability for neurodiversity such as ADHD and autism.
Bionic Readerとは何ですか?
Bionic ReaderはKoffiebaardによって開発されたChromeの拡張機能で、その主な機能は「Enable bionic reading for any webpage, improving readability for neurodiversity such as ADHD and autism.」です。
拡張機能のスクリーンショット
Bionic Reader拡張機能のCRXファイルをダウンロード
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/                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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"
    }
}  |  |