2048

Play 2048 anytime. Join the numbers and get to the 2048 tile!

2048란 무엇입니까?

2048은(는) 2048에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Play 2048 anytime. Join the numbers and get to the 2048 tile!"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This extension adds 2048 game into your Chrome. Clicking on the icon will pop-up the game immediately.

HOW TO PLAY: Use your arrow keys to move the tiles. When two tiles with the same number touch, they merge into one!

IF ARROW KEYS ARE NOT WORKING, JUST CLICK INTO THE GAME WINDOW

This is not a link to website, you can play the 2048 game anytime, even when you are offline!

For more information visit the official 2048 website at http://gabrielecirulli.github.io/2048/

2048 was created by Gabriele Cirulli, visit his website at http://gabrielecirulli.com

If you are developer and want to improve the game, you can do it at https://github.com/gabrielecirulli/2048                    

확장 프로그램 기본 정보

이름 2048 2048
ID klkgibeelchkifaeamopaheinfnfleaj
공식 URL https://chromewebstore.google.com/detail/2048/klkgibeelchkifaeamopaheinfnfleaj
설명 Play 2048 anytime. Join the numbers and get to the 2048 tile!
파일 크기 242 KB
설치 횟수 1,083
현재 버전 25
최근 업데이트 2019-04-11
출시 날짜 2019-04-11
평점 5.00/5 총 1 개의 평점
개발자 2048
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/gabrielecirulli/2048
도움말 페이지 URL https://github.com/gabrielecirulli/2048/issues
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "2048",
    "description": "Play 2048 anytime. Join the numbers and get to the 2048 tile!",
    "version": "25",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "background"
    ],
    "page_action": {
        "default_icon": "images\/2048-icon.png",
        "default_popup": "game\/index.html"
    },
    "web_accessible_resources": [
        "_generated_background_page.html"
    ],
    "icons": {
        "16": "images\/2048-icon.png",
        "48": "images\/2048-icon.png",
        "128": "images\/2048-icon.png"
    }
}