Simple Tetris
Play a quick and simple game of Tetris!
Co to jest Simple Tetris?
Simple Tetris to rozszerzenie Chrome opracowane przez Gavin White, a jego główną funkcją jest „Play a quick and simple game of Tetris!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Simple Tetris
Pobierz pliki rozszerzeń Simple Tetris 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
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ffpdhecgomndblompgeiffkfioocgbji |
Oficjalny URL | https://chrome.google.com/webstore/detail/simple-tetris/ffpdhecgomndblompgeiffkfioocgbji |
Opis | Play a quick and simple game of Tetris! |
Rozmiar pliku | 8.82 KB |
Liczba instalacji | 2,000 |
Aktualna Wersja | 2.3.0 |
Ostatnia Aktualizacja | 2021-07-27 |
Data Publikacji | 2021-07-27 |
Ocena | 4.00/5 Łącznie 1 Oceny |
Deweloper | Gavin White |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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": [ " " ] } |