Dysly Reader

Gain confidence and improve reading comprehension on any website. Dysly is designed for kids and adults with any learning…

什麼是Dysly Reader?

Dysly Reader是由https://johnlloyd.us開發的Chrome擴展程式,該擴展的主要功能是“Gain confidence and improve reading comprehension on any website. Dysly is designed for kids and adults with any learning…”。

擴展截圖

screenshot
screenshot
screenshot

下載Dysly Reader擴展crx文件

下載Dysly Reader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Gain confidence and improve reading comprehension on any website. Dysly is designed for kids and adults with any learning disability or reading fluency including Dyslexia, Dysgraphia, and Dyscalculia and is for use at school, work, or home.

This is a free tool with no premium upsets or add ons. 

Features include

* Text-to-Speech tool to select sections of the page and hear words read aloud to you.
* Reader Window to help provide focus and control for a customized reading experience.
* A Subtle Nudges reading profile to adjust spacing and sizing to improve focus and line tracking
* A Low Contrast reading profile to ease eye strain and assist with contrast sensitivity.
* A Font Focus reading profile that changes page characters to use the Open Dyslexic font                    

擴展基本資訊

名稱 Dysly Reader Dysly Reader
ID jggpelnbpjgbbeehkoflogfcmebkfcmp
官方網址 https://chromewebstore.google.com/detail/dysly-reader/jggpelnbpjgbbeehkoflogfcmebkfcmp
簡介 Gain confidence and improve reading comprehension on any website. Dysly is designed for kids and adults with any learning…
檔案大小 1.16 MB
安裝次數 159
目前版本 0.06
更新時間 2023-06-17
上架時間 2020-09-22
評分 5.00/5 共 2 次評分
開發者 https://johnlloyd.us
電子郵箱 [email protected]
付費類型 free
擴展官網 https://johnlloyd.us/dysly-reader/
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Dysly Reader",
    "version": "0.06",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "libraries\/fabric.js",
                "content.js",
                "libraries\/p5.js",
                "libraries\/p5.speech.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/OpenDyslexic-Regular.otf",
                "img\/*",
                "lowcontrast.css",
                "fontfocus.css",
                "mildTheme.css",
                "dysly.css",
                "https:\/\/z-na.associates-amazon.com\/onetag\/v2?MarketPlace=US&instanceId=082b2456-c18c-4fa3-bb5f-d8d118139883"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": "img\/dyslyicon50.png",
        "default_popup": "popup.html",
        "default_title": "Dysly Reader"
    },
    "icons": {
        "50": "img\/dyslyicon50.png",
        "128": "img\/dyslyicon128.png"
    }
}