Next Guess
Strategize your word guesses for Wordle and other variations
Next Guessคืออะไร?
Next Guess เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://polydeno.com และคุณลักษณะหลักของมันคือ "Strategize your word guesses for Wordle and other variations"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Next Guess
ดาวน์โหลดไฟล์ส่วนขยาย Next Guess ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
🟢 HOW TO USE 1. Select a board to see its remaining words 2. Pick a word to understand how it will impact the other boards * You can open/close the extension by pressing CTRL + SHIFT + 1 🔵 SUPPORTED GAMES The following games are compatible with this extension: • Wordle - www.nytimes.com/games/wordle • Quordle (Daily and Practice) - www.quordle.com • Octordle (Daily and Free) - www.octordle.com 🟡 PRIVACY The two permissions required for this extension is "host" and "active tab": • Host - This is required for reading which letters in your game are green or yellow • Active Tab - If you have multiple games opened in your browser at the same time, the extension would need to know for which game you opened the extension in order to display the correct information This extension doesn't collect any data ❤️ FEEDBACK If you have any feedback or questions, please reach out to [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Next Guess |
ID | haiogdacfcmkigcdilbcnmffeenapldf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/next-guess/haiogdacfcmkigcdilbcnmffeenapldf |
คำอธิบาย | Strategize your word guesses for Wordle and other variations |
ขนาดไฟล์ | 138 KB |
จำนวนการติดตั้ง | 67 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2022-08-23 |
วันที่เผยแพร่ | 2022-08-16 |
ผู้พัฒนา | https://polydeno.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://polydeno.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.721b7357.png", "48": "icon48.f544afcb.png", "128": "icon128.6aa15eb0.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.721b7357.png", "48": "icon48.f544afcb.png" }, "default_popup": "popup.d334c8be.html" }, "version": "1.0.1", "name": "Next Guess", "description": "Strategize your word guesses for Wordle and other variations", "author": "Polydeno", "content_scripts": [ { "matches": [ "https:\/\/octordle.com\/*" ], "js": [ "octordle.d634912a.js" ], "css": [] }, { "matches": [ "https:\/\/www.quordle.com\/*" ], "js": [ "quordle.9ee63a8e.js" ], "css": [] }, { "matches": [ "https:\/\/www.nytimes.com\/games\/wordle\/index.html" ], "js": [ "wordle.2434e807.js" ], "css": [] } ], "permissions": [ "activeTab" ], "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+1", "mac": "MacCtrl+Shift+1" }, "description": "Open\/Close Extension" } } } |