Simple Tetris
Play a quick and simple game of Tetris!
什么是Simple Tetris?
Simple Tetris是由Gavin White开发的Chrome扩展程序,该扩展的主要功能是“Play a quick and simple game of Tetris!”。
扩展截图
下载Simple Tetris扩展crx文件
下载Simple Tetris扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Using this Simple Google Extension you can play a fun and quick game of Tetris! How high of a score can you get? Use your arrows keys to move the falling (current) piece.
扩展基本信息
名称 | |
ID | ffpdhecgomndblompgeiffkfioocgbji |
官方URL | https://chrome.google.com/webstore/detail/simple-tetris/ffpdhecgomndblompgeiffkfioocgbji |
简介 | Play a quick and simple game of Tetris! |
文件大小 | 8.82 KB |
安装次数 | 2,000 |
当前版本 | 2.3.0 |
更新时间 | 2021-07-27 |
上架时间 | 2021-07-27 |
评分 | 4.00/5 共1次评分 |
开发者 | Gavin White |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Tetris", "description": "Play a quick and simple game of Tetris!", "version": "2.3.0", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ " " ] } |