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 |
官方URL | 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" } } |