Dyslexia Simulator
Simulates the effect of using a website for a user with Dyslexia. Useful for testing for accessibility.
Vad är Dyslexia Simulator?
Dyslexia Simulator är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Simulates the effect of using a website for a user with Dyslexia. Useful for testing for accessibility.".
Ladda ner Dyslexia Simulator-förlängningens CRX-fil
Ladda ner Dyslexia Simulator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | Dyslexia Simulator |
ID | pfbbcdngibbkelcbiafcdaiddgbhhaaf |
Officiell webbadress | https://chromewebstore.google.com/detail/dyslexia-simulator/pfbbcdngibbkelcbiafcdaiddgbhhaaf |
Beskrivning | Simulates the effect of using a website for a user with Dyslexia. Useful for testing for accessibility. |
Filstorlek | 34.01 KB |
Antal Installationer | 35 |
Aktuell Version | 2.0 |
Senast Uppdaterad | 2017-10-09 |
Publiceringsdatum | 2017-10-09 |
Utvecklare | Unknown |
Betalningssätt | free |
Stödda Språk | 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 } |