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文件

下載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
官方網址 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\/*"
    ]
}