Dyslex.ie

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

Dyslex.ieคืออะไร?

Dyslex.ie เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dyslex.ie และคุณลักษณะหลักของมันคือ "Dyslex.ie helps people improve their reading ability by tailoring the format of the webpage to your needs."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dyslex.ie

ดาวน์โหลดไฟล์ส่วนขยาย Dyslex.ie ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
    ]
}