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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" } } } |