Tetrimo
The best Tetris Chrome extension available!
Co to jest Tetrimo?
Tetrimo to rozszerzenie Chrome opracowane przez morgan, a jego główną funkcją jest „The best Tetris Chrome extension available!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tetrimo
Pobierz pliki rozszerzeń Tetrimo w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This Tetris Chrome extension: - Shows the next 5 pieces - Uses the proper 7-bag system - Has holding - Has wall kicks - Has slowly increasing gravity - Has automatic saving - Has key sensitivity controls - Has a restart button - Awards points for: - T-spins (Singles, Doubles, and Triples) - Double Line Cleared - Triple Line Cleared - Tetris AKA Quad Line Cleared - There are multipliers for combos and back to backs
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | imdepambpkeihclbblhefdodpchjommg |
Oficjalny URL | https://chrome.google.com/webstore/detail/tetrimo/imdepambpkeihclbblhefdodpchjommg |
Opis | The best Tetris Chrome extension available! |
Rozmiar pliku | 376 KB |
Liczba instalacji | 2,000 |
Aktualna Wersja | 1.11.2 |
Ostatnia Aktualizacja | 2021-06-09 |
Data Publikacji | 2021-06-01 |
Ocena | 4.67/5 Łącznie 12 Oceny |
Deweloper | morgan |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tetrimo", "version": "1.11.2", "description": "The best Tetris Chrome extension available!", "browser_action": { "default_icon": "icon.png", "default_title": "Tetrimo", "default_popup": "popup.html" }, "permissions": [ "storage", "tabs" ], "icons": { "128": "icon.png" } } |