Easy Tetris Game
A classic arcade game that plays in a popup.
Easy Tetris Gameคืออะไร?
Easy Tetris Game เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.gameplug.org และคุณลักษณะหลักของมันคือ "A classic arcade game that plays in a popup."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy Tetris Game
ดาวน์โหลดไฟล์ส่วนขยาย Easy Tetris Game ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This chrome extension allows you to play Tetris game anytime and anywhere. One feature you may love is that our game can be played intermittently. It is designed to best fit into your work break: - When you have some time for fun, just click the Tetris icon and the game will be started in a popup. - When you need to focus on work, just click anywhere on your screen to exit the game. - When you are free again, click the Tetris icon to continue with the game. The extension can remember where you left off last time. The rule of Tetris game is very simple: - Arrange the falling blocks of different shapes to fill the line. - The number of filled lines will be converted to your score. How to play? 1) Click Tetris icon in the top right corner of browser to start a game. 2) Click 'pause/restart' button to pause or restart the game. 3) Use the 'left/right/down' arrow key in keyboard to move falling blocks. 4) Use the 'up' arrow key in keyboard to rotate falling blocks.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cmkagcmjifcamdmeacnlcpjlemddfbgc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/easy-tetris-game/cmkagcmjifcamdmeacnlcpjlemddfbgc |
คำอธิบาย | A classic arcade game that plays in a popup. |
ขนาดไฟล์ | 13.07 KB |
จำนวนการติดตั้ง | 10,000 |
เวอร์ชันปัจจุบัน | 0.1.0 |
อัปเดตครั้งล่าสุด | 2022-02-12 |
วันที่เผยแพร่ | 2021-11-11 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://www.gameplug.org |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.gameplug.org |
URL หน้าช่วยเหลือ | https://www.gameplug.org/listing/easy-tetris-game/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Easy Tetris Game", "short_name": "Tetris", "version": "0.1.0", "description": "A classic arcade game that plays in a popup.", "icons": { "16": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "browser_action": { "default_icon": "images\/logo.png", "default_popup": "index.html" }, "permissions": [ "storage" ], "offline_enabled": true, "manifest_version": 2 } |