Unscramble Words
Enter letters and display hundreds of playable words
Unscramble Wordsคืออะไร?
Unscramble Words เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.unscramblewords.com และคุณลักษณะหลักของมันคือ "Enter letters and display hundreds of playable words "
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unscramble Words
ดาวน์โหลดไฟล์ส่วนขยาย Unscramble Words ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Unscramble Words is the most powerful, humongous, amazing word finder for Word With Friends in existence. Win 50% more games and unscramble the highest scoring points. Our feedback has been great with our latest version. You can also use this with other word games out there. Simply Enter your letters and press Start and scroll down to see a list of words those letters made and the point value. There are many options to help you search like starts with or turn blanks red. Powerful to the brim is how one user described it.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gcmjmmbgjdgchnlbkliicmefgdhpglgc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/unscramble-words/gcmjmmbgjdgchnlbkliicmefgdhpglgc |
คำอธิบาย | Enter letters and display hundreds of playable words |
ขนาดไฟล์ | 11.24 KB |
จำนวนการติดตั้ง | 289 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2019-08-02 |
วันที่เผยแพร่ | 2019-08-02 |
คะแนน | 3.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://www.unscramblewords.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://unscramblewords.com/ |
URL หน้าช่วยเหลือ | https://unscramblewords.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://unscramblewords.com/private.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Unscramble Words", "version": "1.0", "description": "Enter letters and display hundreds of playable words ", "icons": { "16": "w16.png", "32": "w32.png", "48": "w48.png", "128": "w128.png" }, "homepage_url": "http:\/\/unscramblewords.com", "browser_action": { "default_icon": "w16.png" }, "background": { "scripts": [ "script.js" ] } } |