Tetris
Play Tetris on Chrome!
什么是Tetris?
Tetris是由Yaman Caglar开发的Chrome扩展程序,该扩展的主要功能是“Play Tetris on Chrome!”。
扩展截图
下载Tetris扩展crx文件
下载Tetris扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension lets you play the best retro game in your browser! You have to fit all of the bright-colored pieces in the board and remove lines when the blocks occupy them and then, get points! But be warned, the levels can get very hard, and the game can get very addicting! Have Fun!!
扩展基本信息
名称 | |
ID | kgcmcnnjgoaeddlblmhmldoekgmmpcbo |
官方URL | https://chrome.google.com/webstore/detail/tetris/kgcmcnnjgoaeddlblmhmldoekgmmpcbo |
简介 | Play Tetris on Chrome! |
文件大小 | 153 KB |
安装次数 | 2,000 |
当前版本 | 0.0.0.2 |
更新时间 | 2021-11-16 |
上架时间 | 2021-11-09 |
评分 | 3.00/5 共1次评分 |
开发者 | Yaman Caglar |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tetris", "version": "0.0.0.2", "icons": { "128": "Tetris_S.png" }, "description": "Play Tetris on Chrome!", "browser_action": { "default_popup": "index.html", "default_icon": "Tetris_S.png" } } |