Wordifi
Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word games.
Wordifiคืออะไร?
Wordifi เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.wordifi.com และคุณลักษณะหลักของมันคือ "Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word games."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wordifi
ดาวน์โหลดไฟล์ส่วนขยาย Wordifi ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word type games - and it's lightning fast.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ihplfpboonpgpbbiiamgkikggkkeedid |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/ihplfpboonpgpbbiiamgkikggkkeedid |
คำอธิบาย | Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word games. |
ขนาดไฟล์ | 13.43 KB |
จำนวนการติดตั้ง | 146 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2016-02-27 |
วันที่เผยแพร่ | 2016-02-27 |
คะแนน | 3.40/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | https://www.wordifi.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.wordifi.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wordifi", "description": "Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word games.", "version": "1.1", "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/www.wordifi.com\/*" ] }, "browser_action": { "default_icon": "img\/icon_24.png" } } |