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.”。

擴展截圖

screenshot

下載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 Make Wordle Accessible
ID okpjjdhfccnkdhcbbpmigemhfeeacdpl
官方網址 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"
            ]
        }
    ]
}