Tetrys Offline

Tetrys is classic game in popup. Play online or offline.

Tetrys Offline란 무엇입니까?

Tetrys Offline은(는) https://www.smart-finder.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tetrys is classic game in popup. Play online or offline."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Tetrys is classic free game in popup. You can play online or offline mode. This is open-source code of similar game Tetris. The goal is to assemble blocktris into a line. More solid lines equals more points.

=HOW TO PLAY=
1) Click to icon of extension.
2) Click to 'Play' button -  at the bottom of the popup
3) Use right arrow, left arrow, down arrow, arrow up (rotate of block)
4) New game -  Click to 'Play Again' -  bottom of the popup  

This extension provides default search functionality. You can easily to change search engine with one click on website smart-finder.net.

Have fun!                    

확장 프로그램 기본 정보

이름 Tetrys Offline Tetrys Offline
ID igkckielficfbplocfggchhehgkfiepc
공식 URL https://chrome.google.com/webstore/detail/tetrys-offline/igkckielficfbplocfggchhehgkfiepc
설명 Tetrys is classic game in popup. Play online or offline.
파일 크기 91.35 KB
설치 횟수 8,000
현재 버전 1.1.0
최근 업데이트 2021-10-13
출시 날짜 2021-06-19
평점 4.00/5 총 4 개의 평점
개발자 https://www.smart-finder.net
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.smart-finder.net/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tetrys Offline",
    "description": "Tetrys is classic game in popup. Play online or offline.",
    "version": "1.1.0",
    "offline_enabled": true,
    "icons": {
        "128": "128x128.png",
        "16": "16x16.png",
        "48": "48x48.png"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/www.smart-finder.net\/img\/favicon.ico",
            "is_default": true,
            "keyword": "smartfinder",
            "name": "SmartFinder",
            "search_url": "https:\/\/www.smart-finder.net\/search?id=jk45&app=dzeigte&q={searchTerms}"
        }
    },
    "browser_action": {
        "default_icon": "19x19.png",
        "default_popup": "index.html"
    }
}