Ketris Game
Play a fun arcade game in a popup and score high marks with pre-filling feature.
什麼是Ketris Game?
Ketris Game是由Game Anytime開發的Chrome擴展程式,該擴展的主要功能是“Play a fun arcade game in a popup and score high marks with pre-filling feature.”。
擴展截圖
下載Ketris Game擴展crx文件
下載Ketris Game擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This chrome extension allows you to play classic arcade game anytime and anywhere. For helping you make quick judgement in the game, a virtual clone of the falling block will fit into lines at the bottom ahead of time. To start the game, just click on the Ketris icon in the top right corner of your browser! There is no need to worry about closing the popup because the extension can remembers where you left off last time.
擴展基本資訊
名稱 | |
ID | jpockdmmdldalpnfplmnimelahojkjbn |
官方網址 | https://chrome.google.com/webstore/detail/ketris-game/jpockdmmdldalpnfplmnimelahojkjbn |
簡介 | Play a fun arcade game in a popup and score high marks with pre-filling feature. |
檔案大小 | 13.27 KB |
安裝次數 | 245 |
目前版本 | 0.1.1 |
更新時間 | 2022-07-28 |
上架時間 | 2022-05-26 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Game Anytime |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.gameanytime.co/privacy-policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ketris Game", "short_name": "Ketris", "version": "0.1.1", "description": "Play a fun arcade game in a popup and score high marks with pre-filling feature.", "icons": { "16": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "action": { "default_icon": "images\/logo.png", "default_popup": "index.html" }, "permissions": [ "storage" ], "offline_enabled": true, "manifest_version": 3 } |