Clarify for Dyslexia

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

Co to jest Clarify for Dyslexia?

Clarify for Dyslexia to rozszerzenie Chrome opracowane przez https://clarify.chris-hill.co.uk, a jego główną funkcją jest „A simple but powerful tool to improve website readability for people with dyslexia”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Clarify for Dyslexia

Pobierz pliki rozszerzeń Clarify for Dyslexia w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Clarify for Dyslexia Clarify for Dyslexia
ID kgmhmclokggdahgljighcoebfgcfklap
Oficjalny URL https://chromewebstore.google.com/detail/clarify-for-dyslexia/kgmhmclokggdahgljighcoebfgcfklap
Opis A simple but powerful tool to improve website readability for people with dyslexia
Rozmiar pliku 70.64 KB
Liczba instalacji 385
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2016-09-29
Data Publikacji 2016-09-29
Deweloper https://clarify.chris-hill.co.uk
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://clarify.chris-hill.co.uk/
Adres URL Strony Pomocy http://clarify.chris-hill.co.uk/
Obsługiwane Języki 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"
    ]
}