Tower Blocks

How high can you stack?

Co to jest Tower Blocks?

Tower Blocks to rozszerzenie Chrome opracowane przez Etai Gabbai, a jego główną funkcją jest „How high can you stack?”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Tower Blocks

Pobierz pliki rozszerzeń Tower Blocks w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Tower Blocks Tower Blocks
ID jfbggeeelmakjbdahnhnfojgnemahfkc
Oficjalny URL https://chromewebstore.google.com/detail/tower-blocks/jfbggeeelmakjbdahnhnfojgnemahfkc
Opis How high can you stack?
Rozmiar pliku 199 KB
Liczba instalacji 2,712
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-12-17
Data Publikacji 2021-12-16
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper Etai Gabbai
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}