Tetris X

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

Tetris Xとは何ですか?

Tetris XはTrinkanceによって開発されたChromeの拡張機能で、その主な機能は「Play tetris in a popup, also includes HOLD, NEXT, and settings!」です。

拡張機能のスクリーンショット

screenshot

Tetris X拡張機能のCRXファイルをダウンロード

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