Make Wordle Accessible
Makes the popular game Wordle accessible to screen-reader users.
Vad är Make Wordle Accessible?
Make Wordle Accessible är en Chrome-tillägg utvecklad av dmazzoni, och dess huvudfunktion är "Makes the popular game Wordle accessible to screen-reader users.".
Tilläggsskärmbilder
Ladda ner Make Wordle Accessible-förlängningens CRX-fil
Ladda ner Make Wordle Accessible-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
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.
Grundläggande Information om Tillägg
Namn | Make Wordle Accessible |
ID | okpjjdhfccnkdhcbbpmigemhfeeacdpl |
Officiell webbadress | https://chromewebstore.google.com/detail/make-wordle-accessible/okpjjdhfccnkdhcbbpmigemhfeeacdpl |
Beskrivning | Makes the popular game Wordle accessible to screen-reader users. |
Filstorlek | 5.07 KB |
Antal Installationer | 957 |
Aktuell Version | 0.4 |
Senast Uppdaterad | 2022-06-28 |
Publiceringsdatum | 2022-01-17 |
Betyg | 4.67/5 Totalt 3 Betyg |
Utvecklare | dmazzoni |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |