Triangle Match Game
Find pairs of identical triangles in a given time.
Triangle Match Gameคืออะไร?
Triangle Match Game เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gamecheerleader.com และคุณลักษณะหลักของมันคือ "Find pairs of identical triangles in a given time."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Triangle Match Game
ดาวน์โหลดไฟล์ส่วนขยาย Triangle Match Game ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This game offers a fun and challenging way to test your observation skills under time pressure. The game area is a 3x3 grid filled with nine random triangles. Only one triangle has an identical clone in the grid, with the same shape and orientation. The goal is to find them as quickly as possible. To make the orientation easier to see, there's a black line under each triangle to show which way it's pointing. How to Play: 1. Start Game: Just click on the triangle extension icon in the top right corner of your browser and the game will start immediately in a popup. 2. Select a Triangle: Click on a triangle you think has a matching pair in the grid. The selected triangle will be highlighted in red. 3. Find its Match: Click on another triangle you believe is identical. 4. Scoring: - If the second triangle matches the first, both will stay highlighted, and your score will increase by 5 points. - If they do not match, the highlight is removed from the first triangle, and the second triangle is highlighted. 5. Automatic Reset: Upon a successful match, the game board automatically resets for a new round, allowing continuous play within the time limit. 6. Game Ends: When the 100-second timeout occurs, it will show a 'game over' message and a restart button in an overlay. Tips for Success: - Quickly scan the grid to identify the triangles with the same orientation, and then compare their shapes. - Balance speed with accuracy to maximize your score. Good luck, and have fun! CHANGELOG ========== Version 0.1.1 - Add google analytics Version 0.1.0 - Initial release of game
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Triangle Match Game |
ID | dlbjchffggckhkkgfkkalhnadfmlbalj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/triangle-match-game/dlbjchffggckhkkgfkkalhnadfmlbalj |
คำอธิบาย | Find pairs of identical triangles in a given time. |
ขนาดไฟล์ | 17.64 KB |
จำนวนการติดตั้ง | 74 |
เวอร์ชันปัจจุบัน | 0.1.1 |
อัปเดตครั้งล่าสุด | 2024-03-04 |
วันที่เผยแพร่ | 2023-12-22 |
ผู้พัฒนา | https://gamecheerleader.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.gamecheerleader.com |
URL หน้าช่วยเหลือ | https://www.gamecheerleader.com/listing/triangle-match-game/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.gamecheerleader.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Triangle Match Game", "short_name": "triangle match", "version": "0.1.1", "description": "Find pairs of identical triangles in a given time.", "icons": { "16": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "action": { "default_icon": "images\/logo.png", "default_popup": "popup.html" }, "permissions": [ "storage" ], "offline_enabled": true, "manifest_version": 3 } |