Tower Blocks

How high can you stack?

Tower Blocks là gì?

Tower Blocks là một tiện ích mở rộng Chrome được phát triển bởi Etai Gabbai, và tính năng chính của nó là "How high can you stack?".

Ả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 Tower Blocks

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

                        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                    

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

Tên Tower Blocks Tower Blocks
ID jfbggeeelmakjbdahnhnfojgnemahfkc
URL Chính Thức https://chromewebstore.google.com/detail/tower-blocks/jfbggeeelmakjbdahnhnfojgnemahfkc
Mô tả How high can you stack?
Kích Thước Tệp 199 KB
Số Lần Cài Đặt 2,712
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-12-17
Ngày Phát Hành 2021-12-16
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Etai Gabbai
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}