Make Wordle Accessible
Makes the popular game Wordle accessible to screen-reader users.
Co je Make Wordle Accessible?
Make Wordle Accessible je rozšíření Chrome vyvinuté dmazzoni, a jeho hlavní funkcí je „Makes the popular game Wordle accessible to screen-reader users.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Make Wordle Accessible
Stáhněte si soubory rozšíření Make Wordle Accessible ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Make Wordle Accessible |
ID | okpjjdhfccnkdhcbbpmigemhfeeacdpl |
Oficiální URL | https://chromewebstore.google.com/detail/make-wordle-accessible/okpjjdhfccnkdhcbbpmigemhfeeacdpl |
Popis | Makes the popular game Wordle accessible to screen-reader users. |
Velikost souboru | 5.07 KB |
Počet instalací | 957 |
Aktuální Verze | 0.4 |
Poslední Aktualizace | 2022-06-28 |
Datum Vydání | 2022-01-17 |
Hodnocení | 4.67/5 Celkem 3 Hodnocení |
Vývojář | dmazzoni |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |