Crossword King
A wide variety of crossword tools such as crossword solver, anagram solver, word finder for cruciverbalists.
Crossword Kingคืออะไร?
Crossword King เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://crosswordking.com และคุณลักษณะหลักของมันคือ "A wide variety of crossword tools such as crossword solver, anagram solver, word finder for cruciverbalists."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Crossword King
ดาวน์โหลดไฟล์ส่วนขยาย Crossword King ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Crossword King is the most comprehensive website for cruciverbalists who are looking for crossword solver, anagram solver and word finder. You can add any scrambled letters and find different word combinations which can then be used for many popular word games.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mhldnajeonjoienkdiaimamnoiocbaoa |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/crossword-king/mhldnajeonjoienkdiaimamnoiocbaoa |
คำอธิบาย | A wide variety of crossword tools such as crossword solver, anagram solver, word finder for cruciverbalists. |
ขนาดไฟล์ | 19.41 KB |
จำนวนการติดตั้ง | 605 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2018-11-25 |
วันที่เผยแพร่ | 2018-11-25 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://crosswordking.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://crosswordking.com |
URL หน้าช่วยเหลือ | https://crosswordking.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crossword King", "version": "1.0.0", "description": "A wide variety of crossword tools such as crossword solver, anagram solver, word finder for cruciverbalists.", "homepage_url": "https:\/\/crosswordking.com\/", "icons": { "16": "icon.png", "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "script.js" ] } } |