Ketris
Simple tetris-type game to waste you time on.
Co to jest Ketris?
Ketris to rozszerzenie Chrome opracowane przez KetsuneH, a jego główną funkcją jest „Simple tetris-type game to waste you time on.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Ketris
Pobierz pliki rozszerzeń Ketris 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
Simple yet addictive popup game to waste you time on. This chrome extension is still under development, but more and more updates will be made consistently in the future.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | coggohhjjkecjfcdochinpmjfhgpdenb |
Oficjalny URL | https://chrome.google.com/webstore/detail/ketris/coggohhjjkecjfcdochinpmjfhgpdenb |
Opis | Simple tetris-type game to waste you time on. |
Rozmiar pliku | 11.5 KB |
Liczba instalacji | 1,000 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2021-10-11 |
Data Publikacji | 2021-10-11 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | KetsuneH |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Pomocy | https://github.com/KeFx/Ketris |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ketris", "version": "0.0.1", "description": "Simple tetris-type game to waste you time on.", "browser_action": { "default_popup": "Ketris.html", "default_icon": "images\/KetrisIcon_128.png" }, "icons": { "32": "images\/KetrisIcon32.png", "128": "images\/KetrisIcon_128.png" } } |