Dyslens

Dyslens is making the web more accessible for people who have different reading needs and suffering with dyslexia.

Dyslens क्या है?

Dyslens https://richmondcroft.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Dyslens is making the web more accessible for people who have different reading needs and suffering with dyslexia."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Dyslens is a open source chrome extension, built and designed to make web more accessible for people who have different reading needs and suffering with dyslexia.

Features:
* Text to speech
* Text font and color custom update
* Line focus to improve readability and focus
* Overlay Tint to make reading easier on the eyes                    

एक्सटेंशन की मूल जानकारी

नाम Dyslens Dyslens
ID mpbkfbafkpkbpmgdcgkmonpfnodgfepo
आधिकारिक URL https://chromewebstore.google.com/detail/dyslens/mpbkfbafkpkbpmgdcgkmonpfnodgfepo
विवरण Dyslens is making the web more accessible for people who have different reading needs and suffering with dyslexia.
फ़ाइल का आकार 1.12 MB
स्थापना संख्या 131
वर्तमान संस्करण 1.0.7
अंतिम अपडेट 2023-03-22
प्रकाशन तिथि 2022-10-15
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://richmondcroft.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://richmondcroft.com/
सहायता पृष्ठ URL https://richmondcroft.com/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.721b7357.png",
        "48": "icon48.f544afcb.png",
        "128": "icon128.6aa15eb0.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.721b7357.png",
            "48": "icon48.f544afcb.png"
        },
        "default_popup": "popup.d334c8be.html"
    },
    "version": "1.0.7",
    "name": "Dyslens",
    "description": "Dyslens is making the web more accessible for people who have different reading needs and suffering with dyslexia.",
    "author": "RichmondCroft",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "TextStyles.bdeafcfa.js"
            ],
            "css": []
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "TextToSpeech.31c9c492.js"
            ],
            "css": []
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "contents.7868605b.js"
            ],
            "css": []
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "LineFocus.b8ce7988.js"
            ],
            "css": []
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "Overlay.2fff991f.js"
            ],
            "css": []
        }
    ],
    "permissions": [
        "storage",
        "tts"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/css\/index.css",
                "assets\/fonts\/ComicSans-Regular.ttf",
                "assets\/fonts\/OpenDyslexic-Regular.woff",
                "assets\/fonts\/OpenSans-Regular.ttf",
                "assets\/icon512.png"
            ],
            "matches": [
                ""
            ]
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "LineFocus.9e915bca.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "Overlay.3c6c566a.css"
            ]
        }
    ]
}