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