Tetris
Play Tetris on Chrome!
Tetris란 무엇입니까?
Tetris은(는) Yaman Caglar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Play Tetris on Chrome!"입니다.
확장 프로그램 스크린샷
Tetris 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension lets you play the best retro game in your browser! You have to fit all of the bright-colored pieces in the board and remove lines when the blocks occupy them and then, get points! But be warned, the levels can get very hard, and the game can get very addicting! Have Fun!!
확장 프로그램 기본 정보
이름 | |
ID | kgcmcnnjgoaeddlblmhmldoekgmmpcbo |
공식 URL | https://chrome.google.com/webstore/detail/tetris/kgcmcnnjgoaeddlblmhmldoekgmmpcbo |
설명 | Play Tetris on Chrome! |
파일 크기 | 153 KB |
설치 횟수 | 2,000 |
현재 버전 | 0.0.0.2 |
최근 업데이트 | 2021-11-16 |
출시 날짜 | 2021-11-09 |
평점 | 3.00/5 총 1 개의 평점 |
개발자 | Yaman Caglar |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tetris", "version": "0.0.0.2", "icons": { "128": "Tetris_S.png" }, "description": "Play Tetris on Chrome!", "browser_action": { "default_popup": "index.html", "default_icon": "Tetris_S.png" } } |