Tetrium

A tetris inspired app.

Tetrium là gì?

Tetrium là một tiện ích mở rộng Chrome được phát triển bởi https://auy.sh, và tính năng chính của nó là "A tetris inspired app.".

Ả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 Tetrium

Tải xuống các tệp mở rộng Tetrium 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

                        Tetrium is an extension that allows you to play a modular and customizable game of Tetris in a popup. Tetrium is currently one of the most customizable extensions on the webstore, providing the ability to fine tune your game. Tetrium perfect for wasting time that could be otherwise spent on work.

-- credit to simonlc on github for the original source (tetr.js)! i've modified it in a way to make it playable in a chrome popup :)                    

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

Tên Tetrium Tetrium
ID gbnfojoklohjhblkkiokeebokahfpcpj
URL Chính Thức https://chrome.google.com/webstore/detail/tetrium/gbnfojoklohjhblkkiokeebokahfpcpj
Mô tả A tetris inspired app.
Kích Thước Tệp 32.15 KB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2021-08-12
Ngày Phát Hành 2021-05-10
Đánh Giá 4.83/5 Tổng số 12 Đánh Giá
Nhà Phát Triển https://auy.sh
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://auy.sh
URL Trang Trợ Giúp https://auy.sh
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tetrium",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "A tetris inspired app.",
    "homepage_url": "https:\/\/auy.rip",
    "icons": {
        "16": "images\/tetrium16.png",
        "32": "images\/tetrium32.png",
        "48": "images\/tetrium48.png",
        "64": "images\/tetrium64.png",
        "128": "images\/tetrium128.png",
        "256": "images\/tetrium256.png",
        "512": "images\/tetrium512.png"
    },
    "browser_action": {
        "default_title": "Tetrium",
        "default_popup": "tetrium.html"
    }
}