Word Generator
Use our free word generator tool to find anagrams and words for popular games such as Scrabble, Words with Friends and many more.
Word Generatorคืออะไร?
Word Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wordgenerator.org และคุณลักษณะหลักของมันคือ "Use our free word generator tool to find anagrams and words for popular games such as Scrabble, Words with Friends and many more."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Word Generator
ดาวน์โหลดไฟล์ส่วนขยาย Word Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A comprehensive website where you can find words, unscramble letters and their definitions.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fohkfdehbpijfjnhemdbkngpdhkemaoj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/word-generator/fohkfdehbpijfjnhemdbkngpdhkemaoj |
คำอธิบาย | Use our free word generator tool to find anagrams and words for popular games such as Scrabble, Words with Friends and many more. |
ขนาดไฟล์ | 9.84 KB |
จำนวนการติดตั้ง | 157 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2018-11-06 |
วันที่เผยแพร่ | 2018-11-06 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://wordgenerator.org |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://wordgenerator.org |
URL หน้าช่วยเหลือ | https://wordgenerator.org |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Word Generator", "version": "1.0.1", "description": "Use our free word generator tool to find anagrams and words for popular games such as Scrabble, Words with Friends and many more.", "homepage_url": "https:\/\/wordgenerator.org\/", "icons": { "16": "icon.png", "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "script.js" ] } } |