Wordle Solver

Automatically solves Wordle

Wordle Solverคืออะไร?

Wordle Solver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alex Craig และคุณลักษณะหลักของมันคือ "Automatically solves Wordle"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wordle Solver

ดาวน์โหลดไฟล์ส่วนขยาย Wordle Solver ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Automatically finds the next best word for you to play in the popular game Wordle! (https://www.powerlanguage.co.uk/wordle/) Using a basic set of 5 letter words and a bit of information theory.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Wordle Solver Wordle Solver
ID lfjeflamjnebohfnmijjaphhlimjgnde
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wordle-solver/lfjeflamjnebohfnmijjaphhlimjgnde
คำอธิบาย Automatically solves Wordle
ขนาดไฟล์ 187 KB
จำนวนการติดตั้ง 650
เวอร์ชันปัจจุบัน 2.3
อัปเดตครั้งล่าสุด 2022-02-11
วันที่เผยแพร่ 2022-01-22
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Alex Craig
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/A-J-C/WordleSolver
URL หน้าช่วยเหลือ https://github.com/A-J-C/WordleSolver
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wordle Solver",
    "description": "Automatically solves Wordle",
    "version": "2.3",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/wordle_16.png",
            "32": "\/images\/wordle_32.png",
            "48": "\/images\/wordle_48.png",
            "128": "\/images\/wordle_128.png"
        }
    },
    "icons": {
        "16": "\/images\/wordle_16.png",
        "32": "\/images\/wordle_32.png",
        "48": "\/images\/wordle_48.png",
        "128": "\/images\/wordle_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "words\/*"
            ],
            "matches": [
                "https:\/\/www.powerlanguage.co.uk\/*"
            ]
        }
    ]
}