Dyslexia Aid

Color filter that can be applied to any web page to aid in reading

Dyslexia Aid क्या है?

Dyslexia Aid http://nathancorbyn.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Color filter that can be applied to any web page to aid in reading"।

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

screenshot
screenshot

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

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

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

                        A simple extension that allows the user to place a colour filter over the screen in order to enable easier reading. After installation the user should find a paint roller appear next to the search bar allowing them to select their filter colour and opacity. A check box will also appear in the top right hand corner of all visited sites making it such that when the user clicks the check box the filter is enabled/disabled.                    

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

नाम Dyslexia Aid Dyslexia Aid
ID emlkeoamhpbpleiedddheaboonhifnco
आधिकारिक URL https://chrome.google.com/webstore/detail/dyslexia-aid/emlkeoamhpbpleiedddheaboonhifnco
विवरण Color filter that can be applied to any web page to aid in reading
फ़ाइल का आकार 1.42 MB
स्थापना संख्या 1,000
वर्तमान संस्करण 0.1.5
अंतिम अपडेट 2016-02-12
प्रकाशन तिथि 2016-02-12
रेटिंग 2.33/5 कुल 9 रेटिंग्स
डेवलपर http://nathancorbyn.com
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dyslexia Aid",
    "description": "Color filter that can be applied to any web page to aid in reading",
    "version": "0.1.5",
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}