Make Wordle Accessible

Makes the popular game Wordle accessible to screen-reader users.

What is Make Wordle Accessible?

Make Wordle Accessible is a Chrome extension developed by dmazzoni, and its main feature is "Makes the popular game Wordle accessible to screen-reader users.".

Extension Screenshots

screenshot

Download Make Wordle Accessible Extension CRX File

Download Make Wordle Accessible extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Make Wordle Accessible Make Wordle Accessible
ID okpjjdhfccnkdhcbbpmigemhfeeacdpl
Official URL https://chromewebstore.google.com/detail/make-wordle-accessible/okpjjdhfccnkdhcbbpmigemhfeeacdpl
Description Makes the popular game Wordle accessible to screen-reader users.
File Size 5.07 KB
Installation Count 957
Current Version 0.4
Last Updated 2022-06-28
Publish Date 2022-01-17
Rating 4.67/5 Total 3 Ratings
Developer dmazzoni
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}