Tetris X

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

Tetris X là gì?

Tetris X là một tiện ích mở rộng Chrome được phát triển bởi Trinkance, và tính năng chính của nó là "Play tetris in a popup, also includes HOLD, NEXT, and settings!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tetris X

Tải xuống các tệp mở rộng Tetris X dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tetris X Tetris X
ID jjbjacdhlcdkmdoincbbmhcbhlgbeieg
URL Chính Thức https://chrome.google.com/webstore/detail/tetris-x/jjbjacdhlcdkmdoincbbmhcbhlgbeieg
Mô tả Play tetris in a popup, also includes HOLD, NEXT, and settings!
Kích Thước Tệp 11.63 KB
Số Lần Cài Đặt 30,000
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2022-04-04
Ngày Phát Hành 2022-01-31
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Trinkance
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}