Tetris X
Play tetris in a popup, also includes HOLD, NEXT, and settings!
什麼是Tetris X?
Tetris X是由Trinkance開發的Chrome擴展程式,該擴展的主要功能是“Play tetris in a popup, also includes HOLD, NEXT, and settings!”。
擴展截圖
下載Tetris X擴展crx文件
下載Tetris X擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Click the Tetris piece in the top right corner (or the puzzle piece if you didn't pin it) and start playing your favorite arcade game! It will save when you close it and you can also customize it! Use horizontal arrow keys to move Up arrow key to rotate Down arrow to speed fall Space to place down C to hold R to reset
擴展基本資訊
名稱 | |
ID | jjbjacdhlcdkmdoincbbmhcbhlgbeieg |
官方網址 | https://chrome.google.com/webstore/detail/tetris-x/jjbjacdhlcdkmdoincbbmhcbhlgbeieg |
簡介 | Play tetris in a popup, also includes HOLD, NEXT, and settings! |
檔案大小 | 11.63 KB |
安裝次數 | 30,000 |
目前版本 | 1.0.4 |
更新時間 | 2022-04-04 |
上架時間 | 2022-01-31 |
評分 | 4.00/5 共 3 次評分 |
開發者 | Trinkance |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tetris X", "description": "Play tetris in a popup, also includes HOLD, NEXT, and settings!", "version": "1.0.4", "manifest_version": 3, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } }, "permissions": [ "storage" ], "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } } |