Tetris X
Play tetris in a popup, also includes HOLD, NEXT, and settings!
Hvad er Tetris X?
Tetris X er en Chrome-udvidelse udviklet af Trinkance, og dens hovedfunktion er "Play tetris in a popup, also includes HOLD, NEXT, and settings!".
Udvidelsesskærmbilleder
Download Tetris X-udvidelses-CRX-fil
Download Tetris X-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | jjbjacdhlcdkmdoincbbmhcbhlgbeieg |
Officiel URL | https://chrome.google.com/webstore/detail/tetris-x/jjbjacdhlcdkmdoincbbmhcbhlgbeieg |
Beskrivelse | Play tetris in a popup, also includes HOLD, NEXT, and settings! |
Filstørrelse | 11.63 KB |
Antal Installationer | 30,000 |
Nuværende Version | 1.0.4 |
Senest Opdateret | 2022-04-04 |
Udgivelsesdato | 2022-01-31 |
Bedømmelse | 4.00/5 Samlet 3 Bedømmelser |
Udvikler | Trinkance |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |