Make Wordle Accessible
Makes the popular game Wordle accessible to screen-reader users.
Make Wordle Accessibleとは何ですか?
Make Wordle Accessibleはdmazzoniによって開発されたChromeの拡張機能で、その主な機能は「Makes the popular game Wordle accessible to screen-reader users.」です。
拡張機能のスクリーンショット
Make Wordle Accessible拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" ] } ] } |