2048
Use the arrow keys to move the tiles. When two tiles with the same number touch, they merge into one and the value will double.
O que é 2048?
2048 é uma extensão do Chrome desenvolvida por tarundabhi, e sua principal característica é "Use the arrow keys to move the tiles. When two tiles with the same number touch, they merge into one and the value will double.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão 2048
Baixe arquivos de extensão 2048 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
Use the arrow keys to move the tiles. When two tiles with the same number touch, they merge into one and the value will double.
Informações Básicas da Extensão
Nome | 2048 |
ID | efacmddfhbpkekoohibicbfakbjkhgka |
URL Oficial | https://chromewebstore.google.com/detail/2048/efacmddfhbpkekoohibicbfakbjkhgka |
Descrição | Use the arrow keys to move the tiles. When two tiles with the same number touch, they merge into one and the value will double. |
Tamanho do Arquivo | 61.85 KB |
Contagem de Instalações | 121 |
Versão Atual | 1.2 |
Última Atualização | 2023-03-19 |
Data de Publicação | 2019-09-25 |
Desenvolvedor | tarundabhi |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "2048", "version": "1.2", "description": "Use the arrow keys to move the tiles. When two tiles with the same number touch, they merge into one and the value will double.", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" } } |