Help Me Read!

An extension to help people with dyslexia problem to read web pages easily

Help Me Read! क्या है?

Help Me Read! https://informatica.math.unipd.it द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension to help people with dyslexia problem to read web pages easily"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Help Me Read! is a powerful tool for people with dyslexia or problem with color vision.
It allows to change the color of the text and of the background, the user can choose between a set of predefined setting, or can autonomously choose the preferred color. 
Moreover this extension also allows to enlarge every single word to help reading.                    

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

नाम Help Me Read! Help Me Read!
ID kdeafkgaagpgmdbidapennjlnmgdjekj
आधिकारिक URL https://chromewebstore.google.com/detail/help-me-read/kdeafkgaagpgmdbidapennjlnmgdjekj
विवरण An extension to help people with dyslexia problem to read web pages easily
फ़ाइल का आकार 52.19 KB
स्थापना संख्या 75
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2019-11-15
प्रकाशन तिथि 2019-11-14
डेवलपर https://informatica.math.unipd.it
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Help Me Read!",
    "version": "0.0.1",
    "manifest_version": 2,
    "author": "Rudy Berton",
    "description": "An extension to help people with dyslexia problem to read web pages easily",
    "icons": {
        "16": "img\/16x16.png",
        "32": "img\/32x32.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Help me read!",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.4.1.min.js",
                "contentScript.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}

संबंधित एक्सटेंशन्स