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 |
Eメール | [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" } } |