Tetris X
Play tetris in a popup, also includes HOLD, NEXT, and settings!
O que é Tetris X?
Tetris X é uma extensão do Chrome desenvolvida por Trinkance, e sua principal característica é "Play tetris in a popup, also includes HOLD, NEXT, and settings!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tetris X
Baixe arquivos de extensão Tetris X 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
Click the Tetris piece in the top right corner (or the puzzle piece if you didn't pin it) and start playing your favorite arcade game! It will save when you close it and you can also customize it! Use horizontal arrow keys to move Up arrow key to rotate Down arrow to speed fall Space to place down C to hold R to reset
Informações Básicas da Extensão
Nome | |
ID | jjbjacdhlcdkmdoincbbmhcbhlgbeieg |
URL Oficial | https://chrome.google.com/webstore/detail/tetris-x/jjbjacdhlcdkmdoincbbmhcbhlgbeieg |
Descrição | Play tetris in a popup, also includes HOLD, NEXT, and settings! |
Tamanho do Arquivo | 11.63 KB |
Contagem de Instalações | 30,000 |
Versão Atual | 1.0.4 |
Última Atualização | 2022-04-04 |
Data de Publicação | 2022-01-31 |
Classificação | 4.00/5 Total de 3 Avaliações |
Desenvolvedor | Trinkance |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tetris X", "description": "Play tetris in a popup, also includes HOLD, NEXT, and settings!", "version": "1.0.4", "manifest_version": 3, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } }, "permissions": [ "storage" ], "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } } |