Make Wordle Accessible
Makes the popular game Wordle accessible to screen-reader users.
Apa itu Make Wordle Accessible?
Make Wordle Accessible adalah ekstensi Chrome yang dikembangkan oleh dmazzoni, dan fitur utamanya adalah "Makes the popular game Wordle accessible to screen-reader users.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Make Wordle Accessible
Unduh file ekstensi Make Wordle Accessible dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Make Wordle Accessible |
ID | okpjjdhfccnkdhcbbpmigemhfeeacdpl |
URL Resmi | https://chromewebstore.google.com/detail/make-wordle-accessible/okpjjdhfccnkdhcbbpmigemhfeeacdpl |
Deskripsi | Makes the popular game Wordle accessible to screen-reader users. |
Ukuran File | 5.07 KB |
Jumlah Instalasi | 957 |
Versi Saat Ini | 0.4 |
Terakhir Diperbarui | 2022-06-28 |
Tanggal Publikasi | 2022-01-17 |
Penilaian | 4.67/5 Total 3 Penilaian |
Pengembang | dmazzoni |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |