Make Wordle Accessible
Makes the popular game Wordle accessible to screen-reader users.
Τι είναι το Make Wordle Accessible;
Το Make Wordle Accessible είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον dmazzoni, και η κύρια λειτουργία του είναι "Makes the popular game Wordle accessible to screen-reader users.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Make Wordle Accessible
Λήψη αρχείων επέκτασης Make Wordle Accessible σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Make Wordle Accessible |
ID | okpjjdhfccnkdhcbbpmigemhfeeacdpl |
Επίσημο URL | https://chromewebstore.google.com/detail/make-wordle-accessible/okpjjdhfccnkdhcbbpmigemhfeeacdpl |
Περιγραφή | Makes the popular game Wordle accessible to screen-reader users. |
Μέγεθος Αρχείου | 5.07 KB |
Αριθμός Εγκαταστάσεων | 957 |
Τρέχουσα Έκδοση | 0.4 |
Τελευταία Ενημέρωση | 2022-06-28 |
Ημερομηνία Δημοσίευσης | 2022-01-17 |
Αξιολόγηση | 4.67/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | dmazzoni |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" ] } ] } |