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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } ] } |