Dysly Reader

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

Dysly Reader là gì?

Dysly Reader là một tiện ích mở rộng Chrome được phát triển bởi https://johnlloyd.us, và tính năng chính của nó là "Gain confidence and improve reading comprehension on any website. Dysly is designed for kids and adults with any learning…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dysly Reader

Tải xuống các tệp mở rộng Dysly Reader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Dysly Reader Dysly Reader
ID jggpelnbpjgbbeehkoflogfcmebkfcmp
URL Chính Thức https://chromewebstore.google.com/detail/dysly-reader/jggpelnbpjgbbeehkoflogfcmebkfcmp
Mô tả Gain confidence and improve reading comprehension on any website. Dysly is designed for kids and adults with any learning…
Kích Thước Tệp 1.16 MB
Số Lần Cài Đặt 159
Phiên Bản Hiện Tại 0.06
Cập Nhật Lần Cuối 2023-06-17
Ngày Phát Hành 2020-09-22
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://johnlloyd.us
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://johnlloyd.us/dysly-reader/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}