Dyslexia Aid

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

Co je Dyslexia Aid?

Dyslexia Aid je rozšíření Chrome vyvinuté http://nathancorbyn.com, a jeho hlavní funkcí je „Color filter that can be applied to any web page to aid in reading“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Dyslexia Aid

Stáhněte si soubory rozšíření Dyslexia Aid ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Dyslexia Aid Dyslexia Aid
ID emlkeoamhpbpleiedddheaboonhifnco
Oficiální URL https://chrome.google.com/webstore/detail/dyslexia-aid/emlkeoamhpbpleiedddheaboonhifnco
Popis Color filter that can be applied to any web page to aid in reading
Velikost souboru 1.42 MB
Počet instalací 1,000
Aktuální Verze 0.1.5
Poslední Aktualizace 2016-02-12
Datum Vydání 2016-02-12
Hodnocení 2.33/5 Celkem 9 Hodnocení
Vývojář http://nathancorbyn.com
Typ Platby free
Podporované Jazyky 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"
    }
}