Open Dyslexic

Applies the OpenDyslexic font to all web pages.

Open Dyslexic란 무엇입니까?

Open Dyslexic은(는) https://macandlinux.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Applies the OpenDyslexic font to all web pages."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Open Dyslexic 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The OpenDyslexic Chrome extension is a tool designed to improve web page accessibility for people with dyslexia. Dyslexia is a learning disorder that affects a person's ability to read, write, and spell. It is estimated that up to 20% of the population may have dyslexia to some degree.

This Chrome extension applies the OpenDyslexic font to web pages, making it easier for people with dyslexia to read online content. The OpenDyslexic font is a typeface that has been specifically designed to be more readable for people with dyslexia. It has a unique style that makes it easier for people with dyslexia to distinguish between different letters and words.

The extension is easy to use. Once installed, simply click on the icon in your browser to toggle the OpenDyslexic font on or off. The extension will remember your preference, so you won't need to keep turning it on every time you visit a new website.

By applying the OpenDyslexic font to web pages, this Chrome extension can help people with dyslexia read online content with less frustration and greater ease. It can also help them stay engaged with online learning, social media, and other digital activities that may have previously been challenging.                    

확장 프로그램 기본 정보

이름 Open Dyslexic Open Dyslexic
ID kgifnbinkpgeomapdbmgibiofenahlkk
공식 URL https://chromewebstore.google.com/detail/open-dyslexic/kgifnbinkpgeomapdbmgibiofenahlkk
설명 Applies the OpenDyslexic font to all web pages.
파일 크기 31.68 KB
설치 횟수 2,000
현재 버전 1.1
최근 업데이트 2023-03-28
출시 날짜 2023-03-21
개발자 https://macandlinux.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://macandlinux.com/extensions/#open-dyslexic
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open Dyslexic",
    "version": "1.1",
    "description": "Applies the OpenDyslexic font to all web pages.",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "title": "Toggle OpenDyslexic font",
        "icon": "icon16.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}