Wordle

Play Wordle whenever you want with this popup chrome extension

Wordleคืออะไร?

Wordle เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Popup Games และคุณลักษณะหลักของมันคือ "Play Wordle whenever you want with this popup chrome extension"

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

screenshot
screenshot

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

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

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

                        Guess the Wordle in six tries. Each guess must be a valid five-letter word. Hit the enter button to submit. 

After each guess, the color of the tiles will change. Yellow means the letter is in the word but not in that position, green means that letter is in the word and in the correct position.

This game is a popup chrome extension, click on the extension's icon to open a popup window.                    

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

ชื่อ Wordle Wordle
ID dfendghlbhoeiffhplkcdlcelabelkhe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wordle/dfendghlbhoeiffhplkcdlcelabelkhe
คำอธิบาย Play Wordle whenever you want with this popup chrome extension
ขนาดไฟล์ 99.8 KB
จำนวนการติดตั้ง 805
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-03-16
วันที่เผยแพร่ 2022-03-15
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Popup Games
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Wordle",
    "short_name": "The Word Game",
    "version": "1.0",
    "description": "Play Wordle whenever you want with this popup chrome extension",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "offline_enabled": true,
    "action": {
        "default_title": "Wordle",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "\/wordle\/index.html"
    }
}