Tetris X

Play tetris in a popup, also includes HOLD, NEXT, and settings!

Tetris Xคืออะไร?

Tetris X เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Trinkance และคุณลักษณะหลักของมันคือ "Play tetris in a popup, also includes HOLD, NEXT, and settings!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tetris X

ดาวน์โหลดไฟล์ส่วนขยาย Tetris X ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Click the Tetris piece in the top right corner (or the puzzle piece if you didn't pin it) and start playing your favorite arcade game! It will save when you close it and you can also customize it!

Use horizontal arrow keys to move
Up arrow key to rotate
Down arrow to speed fall
Space to place down
C to hold
R to reset                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tetris X Tetris X
ID jjbjacdhlcdkmdoincbbmhcbhlgbeieg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tetris-x/jjbjacdhlcdkmdoincbbmhcbhlgbeieg
คำอธิบาย Play tetris in a popup, also includes HOLD, NEXT, and settings!
ขนาดไฟล์ 11.63 KB
จำนวนการติดตั้ง 30,000
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2022-04-04
วันที่เผยแพร่ 2022-01-31
คะแนน 4.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Trinkance
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tetris X",
    "description": "Play tetris in a popup, also includes HOLD, NEXT, and settings!",
    "version": "1.0.4",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    }
}