Ketris

Simple tetris-type game to waste you time on.

Ketris là gì?

Ketris là một tiện ích mở rộng Chrome được phát triển bởi KetsuneH, và tính năng chính của nó là "Simple tetris-type game to waste you time on.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ketris

Tải xuống các tệp mở rộng Ketris dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ketris Ketris
ID coggohhjjkecjfcdochinpmjfhgpdenb
URL Chính Thức https://chrome.google.com/webstore/detail/ketris/coggohhjjkecjfcdochinpmjfhgpdenb
Mô tả Simple tetris-type game to waste you time on.
Kích Thước Tệp 11.5 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2021-10-11
Ngày Phát Hành 2021-10-11
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển KetsuneH
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/KeFx/Ketris
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}