Word Search Puzzle
Challenge your lexicon by discovering the hidden words in the word search puzzle game.
Word Search Puzzleคืออะไร?
Word Search Puzzle เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jorvi และคุณลักษณะหลักของมันคือ "Challenge your lexicon by discovering the hidden words in the word search puzzle game."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Word Search Puzzle
ดาวน์โหลดไฟล์ส่วนขยาย Word Search Puzzle ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Word Search Puzzle is a fun and easy-to-use puzzle game for your browser. The goal in this game is to make words with random alphabets on the screen. Simply draw a line where you think there could be a meaningful word. If it was a correct guess, the word will be marked and you will get points for that. There are three levels to choose from (easy, normal, and hard) and over 2000 words to select. The game has 7 categories to play which you can choose from the home screen. Few features: 1. The game and all settings are auto-saved to the memory. 2. There are 2000 random words in 7 categories to choose from. 3. The game has three levels, from easy and normal to hard. 4. You can play the game with a mouse or touch (if your device is touch-enabled). To report bugs, please fill out the bug report form on the addon's homepage (https://mybrowseraddon.com/word-search.html).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Word Search Puzzle |
ID | mdbofnnidoaobeabofcldmfbmnphbddp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/word-search-puzzle/mdbofnnidoaobeabofcldmfbmnphbddp |
คำอธิบาย | Challenge your lexicon by discovering the hidden words in the word search puzzle game. |
ขนาดไฟล์ | 47.66 KB |
จำนวนการติดตั้ง | 9,231 |
เวอร์ชันปัจจุบัน | 0.1.2 |
อัปเดตครั้งล่าสุด | 2022-02-16 |
วันที่เผยแพร่ | 2020-03-16 |
คะแนน | 2.40/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Jorvi |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://mybrowseraddon.com/word-search.html |
URL หน้าช่วยเหลือ | https://mybrowseraddon.com/word-search.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.2", "manifest_version": 3, "offline_enabled": true, "permissions": [ "storage" ], "short_name": "word-search", "name": "Word Search Puzzle", "homepage_url": "https:\/\/mybrowseraddon.com\/word-search.html", "description": "Challenge your lexicon by discovering the hidden words in the word search puzzle game.", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Word Search Puzzle", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |