Tetrium

A tetris inspired app.

Tetrium란 무엇입니까?

Tetrium은(는) https://auy.sh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A tetris inspired app."입니다.

확장 프로그램 스크린샷

screenshot

Tetrium 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Tetrium is an extension that allows you to play a modular and customizable game of Tetris in a popup. Tetrium is currently one of the most customizable extensions on the webstore, providing the ability to fine tune your game. Tetrium perfect for wasting time that could be otherwise spent on work.

-- credit to simonlc on github for the original source (tetr.js)! i've modified it in a way to make it playable in a chrome popup :)                    

확장 프로그램 기본 정보

이름 Tetrium Tetrium
ID gbnfojoklohjhblkkiokeebokahfpcpj
공식 URL https://chrome.google.com/webstore/detail/tetrium/gbnfojoklohjhblkkiokeebokahfpcpj
설명 A tetris inspired app.
파일 크기 32.15 KB
설치 횟수 20,000
현재 버전 0.0.1
최근 업데이트 2021-08-12
출시 날짜 2021-05-10
평점 4.83/5 총 12 개의 평점
개발자 https://auy.sh
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://auy.sh
도움말 페이지 URL https://auy.sh
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tetrium",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "A tetris inspired app.",
    "homepage_url": "https:\/\/auy.rip",
    "icons": {
        "16": "images\/tetrium16.png",
        "32": "images\/tetrium32.png",
        "48": "images\/tetrium48.png",
        "64": "images\/tetrium64.png",
        "128": "images\/tetrium128.png",
        "256": "images\/tetrium256.png",
        "512": "images\/tetrium512.png"
    },
    "browser_action": {
        "default_title": "Tetrium",
        "default_popup": "tetrium.html"
    }
}