Tower Blocks

How high can you stack?

Tower Blocksとは何ですか?

Tower BlocksはEtai Gabbaiによって開発されたChromeの拡張機能で、その主な機能は「How high can you stack?」です。

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

screenshot

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

Tower Blocks拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Tower Blocks is a fun and simple game that opens in a pop up window. The goal of the game, stack the blocks as high as you can! How high can you stack?








Credits:
Steve Gardner on Codepen
Check him out here: https://twitter.com/steeevg
Original: https://twitter.com/steeevg                    

拡張機能の基本情報

名前 Tower Blocks Tower Blocks
ID jfbggeeelmakjbdahnhnfojgnemahfkc
公式URL https://chromewebstore.google.com/detail/tower-blocks/jfbggeeelmakjbdahnhnfojgnemahfkc
説明 How high can you stack?
ファイルサイズ 199 KB
インストール数 2,712
現在のバージョン 1.0
最終更新日 2021-12-17
公開日 2021-12-16
評価 5.00/5 合計 5 レビュー
開発者 Etai Gabbai
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tower Blocks",
    "description": "How high can you stack?",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/towerblocks_16.png",
            "32": "\/images\/towerblocks_32.png",
            "48": "\/images\/towerblocks_48.png",
            "128": "\/images\/towerblocks_128.png"
        }
    },
    "icons": {
        "16": "\/images\/towerblocks_16.png",
        "32": "\/images\/towerblocks_32.png",
        "48": "\/images\/towerblocks_48.png",
        "128": "\/images\/towerblocks_128.png"
    }
}