Ketris
Simple tetris-type game to waste you time on.
什么是Ketris?
Ketris是由KetsuneH开发的Chrome扩展程序,该扩展的主要功能是“Simple tetris-type game to waste you time on.”。
扩展截图
下载Ketris扩展crx文件
下载Ketris扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | coggohhjjkecjfcdochinpmjfhgpdenb |
官方URL | https://chrome.google.com/webstore/detail/ketris/coggohhjjkecjfcdochinpmjfhgpdenb |
简介 | Simple tetris-type game to waste you time on. |
文件大小 | 11.5 KB |
安装次数 | 1,000 |
当前版本 | 0.0.1 |
更新时间 | 2021-10-11 |
上架时间 | 2021-10-11 |
评分 | 5.00/5 共2次评分 |
开发者 | KetsuneH |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://github.com/KeFx/Ketris |
支持的语言 | 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" } } |