Clarify for Dyslexia

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

Wat is Clarify for Dyslexia?

Clarify for Dyslexia is een Chrome-extensie ontwikkeld door https://clarify.chris-hill.co.uk, en de belangrijkste functie is "A simple but powerful tool to improve website readability for people with dyslexia".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Clarify for Dyslexia

Download Clarify for Dyslexia-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Clarify for Dyslexia Clarify for Dyslexia
ID kgmhmclokggdahgljighcoebfgcfklap
Officiële URL https://chromewebstore.google.com/detail/clarify-for-dyslexia/kgmhmclokggdahgljighcoebfgcfklap
Beschrijving A simple but powerful tool to improve website readability for people with dyslexia
Bestandsgrootte 70.64 KB
Aantal Installaties 385
Huidige Versie 1.1
Laatst Bijgewerkt 2016-09-29
Publicatiedatum 2016-09-29
Ontwikkelaar https://clarify.chris-hill.co.uk
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://clarify.chris-hill.co.uk/
Help Pagina-URL http://clarify.chris-hill.co.uk/
Ondersteunde Talen 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"
    ]
}