Tetrium

A tetris inspired app.

什麼是Tetrium?

Tetrium是由https://auy.sh開發的Chrome擴展程式,該擴展的主要功能是“A tetris inspired app.”。

擴展截圖

screenshot

下載Tetrium擴展crx文件

下載Tetrium擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 :)                    

擴展基本資訊

名稱 Tetrium Tetrium
ID gbnfojoklohjhblkkiokeebokahfpcpj
官方網址 https://chrome.google.com/webstore/detail/tetrium/gbnfojoklohjhblkkiokeebokahfpcpj
簡介 A tetris inspired app.
檔案大小 32.15 KB
安裝次數 20,000
目前版本 0.0.1
更新時間 2021-08-12
上架時間 2021-05-10
評分 4.83/5 共 12 次評分
開發者 https://auy.sh
電子郵箱 [email protected]
付費類型 free
擴展官網 https://auy.sh
說明頁面URL https://auy.sh
支援的語言 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"
    }
}