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" ] } ] } |