Ketris

Simple tetris-type game to waste you time on.

什麼是Ketris?

Ketris是由KetsuneH開發的Chrome擴展程式,該擴展的主要功能是“Simple tetris-type game to waste you time on.”。

擴展截圖

screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 Ketris Ketris
ID coggohhjjkecjfcdochinpmjfhgpdenb
官方網址 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"
    }
}