Simple Tetris
Play a quick and simple game of Tetris!
Simple Tetrisคืออะไร?
Simple Tetris เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gavin White และคุณลักษณะหลักของมันคือ "Play a quick and simple game of Tetris!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple Tetris
ดาวน์โหลดไฟล์ส่วนขยาย Simple Tetris ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Using this Simple Google Extension you can play a fun and quick game of Tetris! How high of a score can you get? Use your arrows keys to move the falling (current) piece.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ffpdhecgomndblompgeiffkfioocgbji |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/simple-tetris/ffpdhecgomndblompgeiffkfioocgbji |
คำอธิบาย | Play a quick and simple game of Tetris! |
ขนาดไฟล์ | 8.82 KB |
จำนวนการติดตั้ง | 2,000 |
เวอร์ชันปัจจุบัน | 2.3.0 |
อัปเดตครั้งล่าสุด | 2021-07-27 |
วันที่เผยแพร่ | 2021-07-27 |
คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Gavin White |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Tetris", "description": "Play a quick and simple game of Tetris!", "version": "2.3.0", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ " " ] } |