Wordler
A helpful tool to solve that tricky wordle!
Wordlerคืออะไร?
Wordler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย keshav2509 และคุณลักษณะหลักของมันคือ "A helpful tool to solve that tricky wordle!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wordler
ดาวน์โหลดไฟล์ส่วนขยาย Wordler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Use the wordle itself or the letters which the wordle may have and the letters which aren't a part of the wordle to hunt down the word. Find your word based on the letters you know are present, their location and letters which aren't the part of the wordle. This extension can be used not only for the official wordle but many other versions of wordle and other games like scrabble etc.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Wordler |
ID | dfjikdhfbbohmofcbiofdbjgmgdjmnhe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/wordler/dfjikdhfbbohmofcbiofdbjgmgdjmnhe |
คำอธิบาย | A helpful tool to solve that tricky wordle! |
ขนาดไฟล์ | 243 KB |
จำนวนการติดตั้ง | 14,704 |
เวอร์ชันปัจจุบัน | 0.5.0 |
อัปเดตครั้งล่าสุด | 2023-02-22 |
วันที่เผยแพร่ | 2022-02-02 |
คะแนน | 3.27/5 รวมทั้งหมด 15 คะแนน |
ผู้พัฒนา | keshav2509 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wordler", "description": "A helpful tool to solve that tricky wordle!", "version": "0.5.0", "manifest_version": 3, "permissions": [], "icons": { "96": "wordler_96.png", "128": "wordler.png" }, "action": { "default_popup": "popup.html" }, "options_page": "options.html" } |