Dyslexia

Help you to read fluently

Dyslexia란 무엇입니까?

Dyslexia은(는) WangLiang에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Help you to read fluently"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Help you to read fluently!
This update simplifies the operation logic:
1. Enter read mode, you just need to remember double-click the article (can be set to double-click, three-click, four-click).
2. Delete click icon and right click operation.
3. Add a blacklist, the blacklist of sites will not load the extension.                    

확장 프로그램 기본 정보

이름 Dyslexia Dyslexia
ID hocikkbhhnohmdfcoljccffnggiaaodl
공식 URL https://chrome.google.com/webstore/detail/dyslexia/hocikkbhhnohmdfcoljccffnggiaaodl
설명 Help you to read fluently
파일 크기 85.88 KB
설치 횟수 58
현재 버전 2.0.1
최근 업데이트 2017-03-24
출시 날짜 2017-03-24
평점 5.00/5 총 1 개의 평점
개발자 WangLiang
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/wl879/Chrome_Dyslexia_Extension
도움말 페이지 URL https://github.com/wl879/Chrome_Dyslexia_Extension/issues
개인정보 보호 정책 페이지 URL http://weibo.com/p/1005052216302441/home
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_title__",
    "short_name": "Dyslexia",
    "description": "__MSG_desc__",
    "version": "2.0.1",
    "background": {
        "scripts": [
            "script\/sdk\/server.js",
            "script\/background\/main.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "script\/sdk\/app.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Dyslexia \u9605\u8bfb\u969c\u788d",
        "default_icon": {
            "128": "iconx256.png"
        }
    },
    "options_page": "setting.html",
    "web_accessible_resources": [
        "*"
    ],
    "permissions": [
        "*:\/\/*\/*",
        "storage",
        "tts",
        "ttsEngine",
        "tabs"
    ],
    "default_locale": "en",
    "icons": {
        "16": "iconx16.png",
        "48": "iconx48.png",
        "128": "iconx128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "50"
}