Make Wordle Accessible

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

Make Wordle Accessible là gì?

Make Wordle Accessible là một tiện ích mở rộng Chrome được phát triển bởi dmazzoni, và tính năng chính của nó là "Makes the popular game Wordle accessible to screen-reader users.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Make Wordle Accessible

Tải xuống các tệp mở rộng Make Wordle Accessible dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Make Wordle Accessible Make Wordle Accessible
ID okpjjdhfccnkdhcbbpmigemhfeeacdpl
URL Chính Thức https://chromewebstore.google.com/detail/make-wordle-accessible/okpjjdhfccnkdhcbbpmigemhfeeacdpl
Mô tả Makes the popular game Wordle accessible to screen-reader users.
Kích Thước Tệp 5.07 KB
Số Lần Cài Đặt 957
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2022-06-28
Ngày Phát Hành 2022-01-17
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển dmazzoni
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}