Tetrimo
The best Tetris Chrome extension available!
什么是Tetrimo?
Tetrimo是由morgan开发的Chrome扩展程序,该扩展的主要功能是“The best Tetris Chrome extension available!”。
扩展截图
下载Tetrimo扩展crx文件
下载Tetrimo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This Tetris Chrome extension: - Shows the next 5 pieces - Uses the proper 7-bag system - Has holding - Has wall kicks - Has slowly increasing gravity - Has automatic saving - Has key sensitivity controls - Has a restart button - Awards points for: - T-spins (Singles, Doubles, and Triples) - Double Line Cleared - Triple Line Cleared - Tetris AKA Quad Line Cleared - There are multipliers for combos and back to backs
扩展基本信息
名称 | |
ID | imdepambpkeihclbblhefdodpchjommg |
官方URL | https://chrome.google.com/webstore/detail/tetrimo/imdepambpkeihclbblhefdodpchjommg |
简介 | The best Tetris Chrome extension available! |
文件大小 | 376 KB |
安装次数 | 2,000 |
当前版本 | 1.11.2 |
更新时间 | 2021-06-09 |
上架时间 | 2021-06-01 |
评分 | 4.67/5 共12次评分 |
开发者 | morgan |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tetrimo", "version": "1.11.2", "description": "The best Tetris Chrome extension available!", "browser_action": { "default_icon": "icon.png", "default_title": "Tetrimo", "default_popup": "popup.html" }, "permissions": [ "storage", "tabs" ], "icons": { "128": "icon.png" } } |