Dyslexia Aid

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

Vad är Dyslexia Aid?

Dyslexia Aid är en Chrome-tillägg utvecklad av http://nathancorbyn.com, och dess huvudfunktion är "Color filter that can be applied to any web page to aid in reading".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Dyslexia Aid-förlängningens CRX-fil

Ladda ner Dyslexia Aid-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Dyslexia Aid Dyslexia Aid
ID emlkeoamhpbpleiedddheaboonhifnco
Officiell webbadress https://chrome.google.com/webstore/detail/dyslexia-aid/emlkeoamhpbpleiedddheaboonhifnco
Beskrivning Color filter that can be applied to any web page to aid in reading
Filstorlek 1.42 MB
Antal Installationer 1,000
Aktuell Version 0.1.5
Senast Uppdaterad 2016-02-12
Publiceringsdatum 2016-02-12
Betyg 2.33/5 Totalt 9 Betyg
Utvecklare http://nathancorbyn.com
Betalningssätt free
Stödda Språk 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"
    }
}