Classic Blocks Puzzle
A classic tile-matching game. Try to complete lines by moving differently shaped tetrominoes
Classic Blocks Puzzleとは何ですか?
Classic Blocks Puzzleはchandler.stimsonによって開発されたChromeの拡張機能で、その主な機能は「A classic tile-matching game. Try to complete lines by moving differently shaped tetrominoes」です。
拡張機能のスクリーンショット
Classic Blocks Puzzle拡張機能のCRXファイルをダウンロード
Classic Blocks Puzzle拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
In this game, players complete lines by moving differently shaped pieces (tetrominoes), which descend onto the playing field. The completed lines disappear and grant the player points, and the player can proceed to fill the vacated spaces. The game ends when the playing field is filled. The longer the player can delay this inevitable outcome, the higher their score will be.
Developer:
This extension does not use any background resources when inactive and uses manifest v3 with no permission.
Keyboards:
"S": Start the game
"P": Pause the page
"R": Resume the page
"Arrow Left" or "J": Move the block to the left
"Arrow Right" or "L": Move the block to the right
"Arrow Up" or "I": Rotate the block 90 degrees
"Arrow Down" or "K": Fast fall down 拡張機能の基本情報
| 名前 | |
| ID | hjcbhacpkmgdmikkhdkjmpbbnkoljleh |
| 公式URL | https://chrome.google.com/webstore/detail/classic-blocks-puzzle/hjcbhacpkmgdmikkhdkjmpbbnkoljleh |
| 説明 | A classic tile-matching game. Try to complete lines by moving differently shaped tetrominoes |
| ファイルサイズ | 35.2 KB |
| インストール数 | 830 |
| 現在のバージョン | 0.1.1 |
| 最終更新日 | 2021-11-08 |
| 公開日 | 2021-10-06 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | chandler.stimson |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://add0n.com/tetris.html |
| ヘルプページのURL | https://add0n.com/tetris.html |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "0.1.1",
"name": "Classic Blocks Puzzle",
"description": "__MSG_description__",
"default_locale": "en",
"offline_enabled": true,
"permissions": [
"storage"
],
"icons": {
"16": "data\/icons\/16.png",
"32": "data\/icons\/32.png",
"48": "data\/icons\/48.png",
"64": "data\/icons\/64.png",
"128": "data\/icons\/128.png",
"256": "data\/icons\/256.png",
"512": "data\/icons\/512.png"
},
"action": {
"default_popup": "data\/popup\/index.html?action=start"
},
"background": {
"service_worker": "worker.js"
},
"homepage_url": "https:\/\/add0n.com\/tetris.html",
"sandbox": {
"pages": [
"data\/popup\/index.html"
]
},
"commands": {
"_execute_action": {
"description": "Press the action button"
}
}
} | |