Dyslexia Aid

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

Cos'è Dyslexia Aid?

Dyslexia Aid è un'estensione di Chrome sviluppata da http://nathancorbyn.com, e la sua funzione principale è "Color filter that can be applied to any web page to aid in reading".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Dyslexia Aid

Scarica i file di estensione Dyslexia Aid in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Dyslexia Aid Dyslexia Aid
ID emlkeoamhpbpleiedddheaboonhifnco
URL Ufficiale https://chrome.google.com/webstore/detail/dyslexia-aid/emlkeoamhpbpleiedddheaboonhifnco
Descrizione Color filter that can be applied to any web page to aid in reading
Dimensione del File 1.42 MB
Conteggio Installazioni 1,000
Versione Corrente 0.1.5
Ultimo Aggiornamento 2016-02-12
Data di Pubblicazione 2016-02-12
Valutazione 2.33/5 Totale 9 Valutazioni
Sviluppatore http://nathancorbyn.com
Tipo di Pagamento free
Lingue Supportate 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"
    }
}