Lexia
This extension converts a page's font to one that is dyslexia-friendly.
Qu'est-ce que Lexia ?
Lexia est une extension Chrome développée par Louis Barrette-Vanasse, et sa fonction principale est "This extension converts a page's font to one that is dyslexia-friendly.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Lexia
Téléchargez les fichiers d'extension Lexia au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Dyslexia is a disorder that affects one's ability to read. An estimated 10% of people have this disability. A study (http://dyslexiahelp.umich.edu/sites/default/files/good_fonts_for_dyslexia_study.pdf) has found that some fonts significantly aid readability for people with dyslexia. The researchers cited Helvetica, Verdana, Arial, CMU and Courier as the best fonts to improve readability. Aside from Arial, these fonts are rarely used in website designs. To address this, lexia offers users the possibility to change the font of a webpage to one of the aforementioned fonts. As a Chrome extension, it is non-intrusive, and it helps improving users' experience browsing the web.
Informations de Base sur l'Extension
Nom | |
ID | bckbamamdifihbgajhgnfnpkcnieinmi |
URL Officiel | https://chromewebstore.google.com/detail/lexia/bckbamamdifihbgajhgnfnpkcnieinmi |
Description | This extension converts a page's font to one that is dyslexia-friendly. |
Taille du Fichier | 15.8 KB |
Nombre d'Installations | 144 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-07-20 |
Date de Publication | 2020-07-19 |
Développeur | Louis Barrette-Vanasse |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Louismousine/lexia |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lexia", "version": "1.0", "manifest_version": 2, "description": "This extension converts a page's font to one that is dyslexia-friendly.", "homepage_url": "https:\/\/github.com\/Louismousine\/lexia", "icons": { "128": "icons\/logo.png" }, "browser_action": { "default_icon": "icons\/logo.png", "default_popup": "page_action.html" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ " |