Clarify for Dyslexia

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

Qu'est-ce que Clarify for Dyslexia ?

Clarify for Dyslexia est une extension Chrome développée par https://clarify.chris-hill.co.uk, et sa fonction principale est "A simple but powerful tool to improve website readability for people with dyslexia".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Clarify for Dyslexia

Téléchargez les fichiers d'extension Clarify for Dyslexia 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

                                            

Informations de Base sur l'Extension

Nom Clarify for Dyslexia Clarify for Dyslexia
ID kgmhmclokggdahgljighcoebfgcfklap
URL Officiel https://chromewebstore.google.com/detail/clarify-for-dyslexia/kgmhmclokggdahgljighcoebfgcfklap
Description A simple but powerful tool to improve website readability for people with dyslexia
Taille du Fichier 70.64 KB
Nombre d'Installations 385
Version Actuelle 1.1
Dernière Mise à Jour 2016-09-29
Date de Publication 2016-09-29
Développeur https://clarify.chris-hill.co.uk
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://clarify.chris-hill.co.uk/
URL de la Page d'Aide http://clarify.chris-hill.co.uk/
Langues Prises en Charge 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"
    ]
}