Tetris X
Play tetris in a popup, also includes HOLD, NEXT, and settings!
Vad är Tetris X?
Tetris X är en Chrome-tillägg utvecklad av Trinkance, och dess huvudfunktion är "Play tetris in a popup, also includes HOLD, NEXT, and settings!".
Tilläggsskärmbilder
Ladda ner Tetris X-förlängningens CRX-fil
Ladda ner Tetris X-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | jjbjacdhlcdkmdoincbbmhcbhlgbeieg |
Officiell webbadress | https://chrome.google.com/webstore/detail/tetris-x/jjbjacdhlcdkmdoincbbmhcbhlgbeieg |
Beskrivning | Play tetris in a popup, also includes HOLD, NEXT, and settings! |
Filstorlek | 11.63 KB |
Antal Installationer | 30,000 |
Aktuell Version | 1.0.4 |
Senast Uppdaterad | 2022-04-04 |
Publiceringsdatum | 2022-01-31 |
Betyg | 4.00/5 Totalt 3 Betyg |
Utvecklare | Trinkance |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |