Tetris X
Play tetris in a popup, also includes HOLD, NEXT, and settings!
Wat is Tetris X?
Tetris X is een Chrome-extensie ontwikkeld door Trinkance, en de belangrijkste functie is "Play tetris in a popup, also includes HOLD, NEXT, and settings!".
Extensie Screenshots
Download het CRX-bestand van de extensie Tetris X
Download Tetris X-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | jjbjacdhlcdkmdoincbbmhcbhlgbeieg |
Officiële URL | https://chrome.google.com/webstore/detail/tetris-x/jjbjacdhlcdkmdoincbbmhcbhlgbeieg |
Beschrijving | Play tetris in a popup, also includes HOLD, NEXT, and settings! |
Bestandsgrootte | 11.63 KB |
Aantal Installaties | 30,000 |
Huidige Versie | 1.0.4 |
Laatst Bijgewerkt | 2022-04-04 |
Publicatiedatum | 2022-01-31 |
Beoordeling | 4.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Trinkance |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |