Dyslexia Simulator
Simulates the effect of using a website for a user with Dyslexia. Useful for testing for accessibility.
Cos'è Dyslexia Simulator?
Dyslexia Simulator è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Simulates the effect of using a website for a user with Dyslexia. Useful for testing for accessibility.".
Scarica il file CRX dell'estensione Dyslexia Simulator
Scarica i file di estensione Dyslexia Simulator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
| Nome | |
| ID | pfbbcdngibbkelcbiafcdaiddgbhhaaf |
| URL Ufficiale | https://chromewebstore.google.com/detail/dyslexia-simulator/pfbbcdngibbkelcbiafcdaiddgbhhaaf |
| Descrizione | Simulates the effect of using a website for a user with Dyslexia. Useful for testing for accessibility. |
| Dimensione del File | 34.01 KB |
| Conteggio Installazioni | 35 |
| Versione Corrente | 2.0 |
| Ultimo Aggiornamento | 2017-10-09 |
| Data di Pubblicazione | 2017-10-09 |
| Sviluppatore | Unknown |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
} | |