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 |
Eメール | [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" } } |