Dyslexia Simulator

Simulates the effect of using a website for a user with Dyslexia. Useful for testing for accessibility.

Co to jest Dyslexia Simulator?

Dyslexia Simulator to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Simulates the effect of using a website for a user with Dyslexia. Useful for testing for accessibility.”.

Pobierz plik CRX rozszerzenia Dyslexia Simulator

Pobierz pliki rozszerzeń Dyslexia Simulator 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 Dyslexia Simulator Dyslexia Simulator
ID pfbbcdngibbkelcbiafcdaiddgbhhaaf
Oficjalny URL https://chromewebstore.google.com/detail/dyslexia-simulator/pfbbcdngibbkelcbiafcdaiddgbhhaaf
Opis Simulates the effect of using a website for a user with Dyslexia. Useful for testing for accessibility.
Rozmiar pliku 34.01 KB
Liczba instalacji 35
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2017-10-09
Data Publikacji 2017-10-09
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dyslexia Simulator",
    "description": "Simulates the effect of using a website for a user with Dyslexia. Useful for testing for accessibility.",
    "version": "2.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "shuffle text"
    },
    "manifest_version": 2
}