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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Gain confidence and improve reading comprehension on any website. Dysly is designed for kids and adults with any learning…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Dysly Reader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
    }
}