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."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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 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"
            ]
        }
    ]
}