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
公式URL 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
Eメール [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"
    }
}