Dyslexia Aid

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

What is Dyslexia Aid?

Dyslexia Aid is a Chrome extension developed by http://nathancorbyn.com, and its main feature is "Color filter that can be applied to any web page to aid in reading".

Extension Screenshots

screenshot
screenshot

Download Dyslexia Aid Extension CRX File

Download Dyslexia Aid extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Dyslexia Aid Dyslexia Aid
ID emlkeoamhpbpleiedddheaboonhifnco
Official URL https://chrome.google.com/webstore/detail/dyslexia-aid/emlkeoamhpbpleiedddheaboonhifnco
Description Color filter that can be applied to any web page to aid in reading
File Size 1.42 MB
Installation Count 1,000
Current Version 0.1.5
Last Updated 2016-02-12
Publish Date 2016-02-12
Rating 2.33/5 Total 9 Ratings
Developer http://nathancorbyn.com
Payment Type free
Supported Languages 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"
    }
}