Make Wordle Accessible
Makes the popular game Wordle accessible to screen-reader users.
Wat is Make Wordle Accessible?
Make Wordle Accessible is een Chrome-extensie ontwikkeld door dmazzoni, en de belangrijkste functie is "Makes the popular game Wordle accessible to screen-reader users.".
Extensie Screenshots
Download het CRX-bestand van de extensie Make Wordle Accessible
Download Make Wordle Accessible-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
This extension makes some modifications to Wordle, found at https://www.powerlanguage.co.uk/wordle/, so that it works better for screen reader users. To use it, just install the extension, then visit Wordle and reload the page if necessary. Tested with VoiceOver on macOS and JAWS on Windows, should work with other screen readers too. The authors of this extension are not affiliated in any way with the authors of Wordle.
Basisinformatie over de Extensie
Naam | Make Wordle Accessible |
ID | okpjjdhfccnkdhcbbpmigemhfeeacdpl |
Officiële URL | https://chromewebstore.google.com/detail/make-wordle-accessible/okpjjdhfccnkdhcbbpmigemhfeeacdpl |
Beschrijving | Makes the popular game Wordle accessible to screen-reader users. |
Bestandsgrootte | 5.07 KB |
Aantal Installaties | 957 |
Huidige Versie | 0.4 |
Laatst Bijgewerkt | 2022-06-28 |
Publicatiedatum | 2022-01-17 |
Beoordeling | 4.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | dmazzoni |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Make Wordle Accessible", "manifest_version": 3, "version": "0.4", "description": "Makes the popular game Wordle accessible to screen-reader users.", "content_scripts": [ { "matches": [ "https:\/\/www.powerlanguage.co.uk\/wordle\/", "https:\/\/www.nytimes.com\/games\/wordle\/*" ], "js": [ "wordle-script.js" ] } ] } |