Tetrimo
The best Tetris Chrome extension available!
Tetrimo란 무엇입니까?
Tetrimo은(는) morgan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The best Tetris Chrome extension available!"입니다.
확장 프로그램 스크린샷
Tetrimo 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This Tetris Chrome extension: - Shows the next 5 pieces - Uses the proper 7-bag system - Has holding - Has wall kicks - Has slowly increasing gravity - Has automatic saving - Has key sensitivity controls - Has a restart button - Awards points for: - T-spins (Singles, Doubles, and Triples) - Double Line Cleared - Triple Line Cleared - Tetris AKA Quad Line Cleared - There are multipliers for combos and back to backs
확장 프로그램 기본 정보
이름 | |
ID | imdepambpkeihclbblhefdodpchjommg |
공식 URL | https://chrome.google.com/webstore/detail/tetrimo/imdepambpkeihclbblhefdodpchjommg |
설명 | The best Tetris Chrome extension available! |
파일 크기 | 376 KB |
설치 횟수 | 2,000 |
현재 버전 | 1.11.2 |
최근 업데이트 | 2021-06-09 |
출시 날짜 | 2021-06-01 |
평점 | 4.67/5 총 12 개의 평점 |
개발자 | morgan |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tetrimo", "version": "1.11.2", "description": "The best Tetris Chrome extension available!", "browser_action": { "default_icon": "icon.png", "default_title": "Tetrimo", "default_popup": "popup.html" }, "permissions": [ "storage", "tabs" ], "icons": { "128": "icon.png" } } |