Tower Blocks

How high can you stack?

O que é Tower Blocks?

Tower Blocks é uma extensão do Chrome desenvolvida por Etai Gabbai, e sua principal característica é "How high can you stack?".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Tower Blocks

Baixe arquivos de extensão Tower Blocks no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Tower Blocks Tower Blocks
ID jfbggeeelmakjbdahnhnfojgnemahfkc
URL Oficial https://chromewebstore.google.com/detail/tower-blocks/jfbggeeelmakjbdahnhnfojgnemahfkc
Descrição How high can you stack?
Tamanho do Arquivo 199 KB
Contagem de Instalações 2,712
Versão Atual 1.0
Última Atualização 2021-12-17
Data de Publicação 2021-12-16
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor Etai Gabbai
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}