Dyslexia Simulator
Simulates the effect of using a website for a user with Dyslexia. Useful for testing for accessibility.
Wat is Dyslexia Simulator?
Dyslexia Simulator is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Simulates the effect of using a website for a user with Dyslexia. Useful for testing for accessibility.".
Download het CRX-bestand van de extensie Dyslexia Simulator
Download Dyslexia Simulator-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 | Dyslexia Simulator |
ID | pfbbcdngibbkelcbiafcdaiddgbhhaaf |
Officiële URL | https://chromewebstore.google.com/detail/dyslexia-simulator/pfbbcdngibbkelcbiafcdaiddgbhhaaf |
Beschrijving | Simulates the effect of using a website for a user with Dyslexia. Useful for testing for accessibility. |
Bestandsgrootte | 34.01 KB |
Aantal Installaties | 35 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2017-10-09 |
Publicatiedatum | 2017-10-09 |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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 } |