Open Dyslexic

Applies the OpenDyslexic font to all web pages.

Open Dyslexic क्या है?

Open Dyslexic https://macandlinux.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Applies the OpenDyslexic font to all web pages."।

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

screenshot
screenshot

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

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

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

                        The OpenDyslexic Chrome extension is a tool designed to improve web page accessibility for people with dyslexia. Dyslexia is a learning disorder that affects a person's ability to read, write, and spell. It is estimated that up to 20% of the population may have dyslexia to some degree.

This Chrome extension applies the OpenDyslexic font to web pages, making it easier for people with dyslexia to read online content. The OpenDyslexic font is a typeface that has been specifically designed to be more readable for people with dyslexia. It has a unique style that makes it easier for people with dyslexia to distinguish between different letters and words.

The extension is easy to use. Once installed, simply click on the icon in your browser to toggle the OpenDyslexic font on or off. The extension will remember your preference, so you won't need to keep turning it on every time you visit a new website.

By applying the OpenDyslexic font to web pages, this Chrome extension can help people with dyslexia read online content with less frustration and greater ease. It can also help them stay engaged with online learning, social media, and other digital activities that may have previously been challenging.                    

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

नाम Open Dyslexic Open Dyslexic
ID kgifnbinkpgeomapdbmgibiofenahlkk
आधिकारिक URL https://chromewebstore.google.com/detail/open-dyslexic/kgifnbinkpgeomapdbmgibiofenahlkk
विवरण Applies the OpenDyslexic font to all web pages.
फ़ाइल का आकार 31.68 KB
स्थापना संख्या 2,000
वर्तमान संस्करण 1.1
अंतिम अपडेट 2023-03-28
प्रकाशन तिथि 2023-03-21
डेवलपर https://macandlinux.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://macandlinux.com/extensions/#open-dyslexic
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open Dyslexic",
    "version": "1.1",
    "description": "Applies the OpenDyslexic font to all web pages.",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "title": "Toggle OpenDyslexic font",
        "icon": "icon16.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}