Dyslexia Aid

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

Was ist Dyslexia Aid?

Dyslexia Aid ist eine Chrome-Erweiterung, die von http://nathancorbyn.com entwickelt wurde, und ihr Hauptmerkmal ist "Color filter that can be applied to any web page to aid in reading".

Erweiterungsscreenshots

screenshot
screenshot

Dyslexia Aid-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dyslexia Aid-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Dyslexia Aid Dyslexia Aid
ID emlkeoamhpbpleiedddheaboonhifnco
Offizielle URL https://chrome.google.com/webstore/detail/dyslexia-aid/emlkeoamhpbpleiedddheaboonhifnco
Beschreibung Color filter that can be applied to any web page to aid in reading
Dateigröße 1.42 MB
Installationsanzahl 1,000
Aktuelle Version 0.1.5
Letztes Update 2016-02-12
Veröffentlichungsdatum 2016-02-12
Bewertung 2.33/5 Insgesamt 9 Bewertungen
Entwickler http://nathancorbyn.com
Zahlungsart free
Unterstützte Sprachen 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"
    }
}