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."입니다.

확장 프로그램 스크린샷

screenshot

Bionic Reader 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}