Dyslexia Aid

Color filter that can be applied to any web page to aid in reading

Dyslexia Aid란 무엇입니까?

Dyslexia Aid은(는) http://nathancorbyn.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Color filter that can be applied to any web page to aid in reading"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Dyslexia Aid 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A simple extension that allows the user to place a colour filter over the screen in order to enable easier reading. After installation the user should find a paint roller appear next to the search bar allowing them to select their filter colour and opacity. A check box will also appear in the top right hand corner of all visited sites making it such that when the user clicks the check box the filter is enabled/disabled.                    

확장 프로그램 기본 정보

이름 Dyslexia Aid Dyslexia Aid
ID emlkeoamhpbpleiedddheaboonhifnco
공식 URL https://chrome.google.com/webstore/detail/dyslexia-aid/emlkeoamhpbpleiedddheaboonhifnco
설명 Color filter that can be applied to any web page to aid in reading
파일 크기 1.42 MB
설치 횟수 1,000
현재 버전 0.1.5
최근 업데이트 2016-02-12
출시 날짜 2016-02-12
평점 2.33/5 총 9 개의 평점
개발자 http://nathancorbyn.com
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dyslexia Aid",
    "description": "Color filter that can be applied to any web page to aid in reading",
    "version": "0.1.5",
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}