Bionic Reader - ADHD Aid For Reading

A Chrome extension that makes text on web pages easier to read using bionic reading techniques.

Bionic Reader - ADHD Aid For Reading란 무엇입니까?

Bionic Reader - ADHD Aid For Reading은(는) kameikristen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Chrome extension that makes text on web pages easier to read using bionic reading techniques."입니다.

확장 프로그램 스크린샷

screenshot

Bionic Reader - ADHD Aid For Reading 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Reading just became easier. I'm a 15 year old developer and this extension is to aid people to read faster, clearer, and more efficiently. Give it a shot, leave me feedback and I would love to incorporate anything you suggest.                    

확장 프로그램 기본 정보

이름 Bionic Reader - ADHD Aid For Reading Bionic Reader - ADHD Aid For Reading
ID gjhjbfmlgnceocmlienedfpdeafkbenb
공식 URL https://chromewebstore.google.com/detail/bionic-reader-adhd-aid-fo/gjhjbfmlgnceocmlienedfpdeafkbenb
설명 A Chrome extension that makes text on web pages easier to read using bionic reading techniques.
파일 크기 8.76 KB
설치 횟수 65
현재 버전 2.0
최근 업데이트 2024-01-24
출시 날짜 2023-04-21
개발자 kameikristen
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bionic Reader - ADHD Aid For Reading",
    "version": "2.0",
    "manifest_version": 3,
    "description": "A Chrome extension that makes text on web pages easier to read using bionic reading techniques.",
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab"
    ]
}