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 |
官方網址 | 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 |
電子郵箱 | [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" } } } |