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