Dyslexia Aid

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

Qu'est-ce que Dyslexia Aid ?

Dyslexia Aid est une extension Chrome développée par http://nathancorbyn.com, et sa fonction principale est "Color filter that can be applied to any web page to aid in reading".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Dyslexia Aid

Téléchargez les fichiers d'extension Dyslexia Aid au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Dyslexia Aid Dyslexia Aid
ID emlkeoamhpbpleiedddheaboonhifnco
URL Officiel https://chrome.google.com/webstore/detail/dyslexia-aid/emlkeoamhpbpleiedddheaboonhifnco
Description Color filter that can be applied to any web page to aid in reading
Taille du Fichier 1.42 MB
Nombre d'Installations 1,000
Version Actuelle 0.1.5
Dernière Mise à Jour 2016-02-12
Date de Publication 2016-02-12
Évaluation 2.33/5 Total 9 Évaluations
Développeur http://nathancorbyn.com
Type de Paiement free
Langues Prises en Charge 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"
    }
}