Ketris
Simple tetris-type game to waste you time on.
Vad är Ketris?
Ketris är en Chrome-tillägg utvecklad av KetsuneH, och dess huvudfunktion är "Simple tetris-type game to waste you time on.".
Tilläggsskärmbilder
Ladda ner Ketris-förlängningens CRX-fil
Ladda ner Ketris-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
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.
Grundläggande Information om Tillägg
Namn | |
ID | coggohhjjkecjfcdochinpmjfhgpdenb |
Officiell webbadress | https://chrome.google.com/webstore/detail/ketris/coggohhjjkecjfcdochinpmjfhgpdenb |
Beskrivning | Simple tetris-type game to waste you time on. |
Filstorlek | 11.5 KB |
Antal Installationer | 1,000 |
Aktuell Version | 0.0.1 |
Senast Uppdaterad | 2021-10-11 |
Publiceringsdatum | 2021-10-11 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | KetsuneH |
E-post | [email protected] |
Betalningssätt | free |
Hjälpsida URL | https://github.com/KeFx/Ketris |
Stödda Språk | 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" } } |