Clarify for Dyslexia

A simple but powerful tool to improve website readability for people with dyslexia

Was ist Clarify for Dyslexia?

Clarify for Dyslexia ist eine Chrome-Erweiterung, die von https://clarify.chris-hill.co.uk entwickelt wurde, und ihr Hauptmerkmal ist "A simple but powerful tool to improve website readability for people with dyslexia".

Erweiterungsscreenshots

screenshot
screenshot

Clarify for Dyslexia-Erweiterungs-CRX-Datei herunterladen

Laden Sie Clarify for Dyslexia-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

                                            

Grundlegende Informationen zur Erweiterung

Name Clarify for Dyslexia Clarify for Dyslexia
ID kgmhmclokggdahgljighcoebfgcfklap
Offizielle URL https://chromewebstore.google.com/detail/clarify-for-dyslexia/kgmhmclokggdahgljighcoebfgcfklap
Beschreibung A simple but powerful tool to improve website readability for people with dyslexia
Dateigröße 70.64 KB
Installationsanzahl 385
Aktuelle Version 1.1
Letztes Update 2016-09-29
Veröffentlichungsdatum 2016-09-29
Entwickler https://clarify.chris-hill.co.uk
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://clarify.chris-hill.co.uk/
Hilfeseite URL http://clarify.chris-hill.co.uk/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clarify for Dyslexia",
    "version": "1.1",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "description": "A simple but powerful tool to improve website readability for people with dyslexia",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "jquery-2.2.4.min.js",
                "cladys.js"
            ],
            "css": [
                "cladys.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/icon_off.png",
        "default_title": "Clarify: Click to Enable"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "eulexia-webfont.woff"
    ]
}