Simple Tetris
Play a quick and simple game of Tetris!
Cos'è Simple Tetris?
Simple Tetris è un'estensione di Chrome sviluppata da Gavin White, e la sua funzione principale è "Play a quick and simple game of Tetris!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Simple Tetris
Scarica i file di estensione Simple Tetris in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Using this Simple Google Extension you can play a fun and quick game of Tetris! How high of a score can you get? Use your arrows keys to move the falling (current) piece.
Informazioni di Base sull'Estensione
Nome | |
ID | ffpdhecgomndblompgeiffkfioocgbji |
URL Ufficiale | https://chrome.google.com/webstore/detail/simple-tetris/ffpdhecgomndblompgeiffkfioocgbji |
Descrizione | Play a quick and simple game of Tetris! |
Dimensione del File | 8.82 KB |
Conteggio Installazioni | 2,000 |
Versione Corrente | 2.3.0 |
Ultimo Aggiornamento | 2021-07-27 |
Data di Pubblicazione | 2021-07-27 |
Valutazione | 4.00/5 Totale 1 Valutazioni |
Sviluppatore | Gavin White |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Tetris", "description": "Play a quick and simple game of Tetris!", "version": "2.3.0", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ " " ] } |