Dyslex.ie

Dyslex.ie helps people improve their reading ability by tailoring the format of the webpage to your needs.

Dyslex.ie란 무엇입니까?

Dyslex.ie은(는) https://dyslex.ie에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dyslex.ie helps people improve their reading ability by tailoring the format of the webpage to your needs."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Dyslex.ie 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Who Are We ?
Dyslex.ie helps the dyslexia community of all ages boost their confidence and level the playing field, empowering them to increase their reading ability with our free intuitive and automatic software.

We Tailor Our Features To Your Needs

Upon downloading our software you will be given an quick and easy survey that will automatically choose the feature to maximise your reading ability with our software.

The Features That You Need
1) Features that help you see better:
✔ Change the font on the page.
✔ Adjust the letter and word spacing.
✔ Adjust font size and line-height.
✔ Change the background.

2) Feature that help you speak better:
✔ Syllable split of words.

3) Features to improve concentration and comprehension:
✔ Screen Reader Mode.
✔ Line Focus Mode to help concentration on lines of text.
✔ Adjusts words per line feature improves. 
✔ Boxes around paragraphs feature to help process information faster.                    

확장 프로그램 기본 정보

이름 Dyslex.ie Dyslex.ie
ID galhkohhaedlbjcgjmlmppjcmkefmako
공식 URL https://chromewebstore.google.com/detail/dyslexie/galhkohhaedlbjcgjmlmppjcmkefmako
설명 Dyslex.ie helps people improve their reading ability by tailoring the format of the webpage to your needs.
파일 크기 1.49 MB
설치 횟수 1,446
현재 버전 1.0.2
최근 업데이트 2020-09-24
출시 날짜 2020-06-28
평점 4.53/5 총 19 개의 평점
개발자 https://dyslex.ie
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://dyslex.ie
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dyslex.ie",
    "description": "Dyslex.ie helps people improve their reading ability by tailoring the format of the webpage to your needs.",
    "version": "1.0.2",
    "background": {
        "scripts": [
            "\/static\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo-128.png",
        "icons": {
            "16": "logo-16.png",
            "48": "logo-48.png",
            "128": "logo-128.png"
        }
    },
    "permissions": [
        "https:\/\/*\/*",
        "activeTab",
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        "static\/fonts\/*"
    ]
}