2048 Game

Play 2048 Game Online. Play 2048 Game Offline. Join the numbers and get to the 2048 tile!

什麼是2048 Game?

2048 Game是由Activity開發的Chrome擴展程式,該擴展的主要功能是“Play 2048 Game Online. Play 2048 Game Offline. Join the numbers and get to the 2048 tile!”。

擴展截圖

screenshot

下載2048 Game擴展crx文件

下載2048 Game擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Welcome to the funniest and most addictive game ever - 2048!

First off, 2048 PC as such is an effective tool in stimulating the brain, in that it includes basic math as well as a subtle color coded scheme of tiles.

2048 - Classic game is a game that combines the holy grails of brain development, Puzzle, Pattern matching, Math and of course the famous game 2048

2048 is an unblocked game , to play without any restriction, where Home, School, Library etc. desktops

With this extension, you can play the popular game directly from your chrome's new tab page and by opening the extension itself from its icon.

The rules 2048 game are simple - you need to get this the soonest you can!
You can use the keyboard's arrow keys to play.

2048 is played on a simple grey 4×4 grid, with numbered tiles that slide smoothly when a player moves them using the four arrow keys. Every turn, a new tile will randomly appear in an empty spot on the board with a value of either 2 or 4. Tiles slide as far as possible in the chosen direction until they are stopped by either another tile or the edge of the grid. If two tiles of the same number collide while moving, they will merge into a tile with the total value of the two tiles that collided. The resulting tile cannot merge with another tile again in the same move. Higher-scoring tiles emit a soft glow.

HOW TO PLAY 2048 DESKTOP:

Swipe (Up, Down, Left, Right) to move all tiles. After every swipe, a new tile of 2 or 4 will appear in a random empty spot. When two tile puzzles with the same number touch, they merge into one. 2+2=4, 4+4=8, 8+8=16, 16+16=32, 32+32=64, 64+64=128, ..., 256 .. 512 .. 1024 ..., when the 2048 puzzle is created, you win! When there’s zero available

Privacy Policy: We do not collect personal information. We do not sell, trade, or rent Users personal identification information to others.
Drop 5 star rate if you like 2048 games                    

擴展基本資訊

名稱 2048 Game 2048 Game
ID iabflonngmpkalkpbjonemaamlgdghea
官方網址 https://chromewebstore.google.com/detail/2048-game/iabflonngmpkalkpbjonemaamlgdghea
簡介 Play 2048 Game Online. Play 2048 Game Offline. Join the numbers and get to the 2048 tile!
檔案大小 89.86 KB
安裝次數 1,909,420
目前版本 1.3.4
更新時間 2023-01-20
上架時間 2021-04-13
評分 4.90/5 共 947 次評分
開發者 Activity
電子郵箱 [email protected]
付費類型 free
支援的語言 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "browser_action": {
        "default_icon": "logo.png",
        "default_title": "__MSG_name__",
        "default_popup": "2048.html"
    },
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "48": "logo.png"
    },
    "permissions": [
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "",
        "storage"
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "2048.png"
    ],
    "background": {
        "scripts": [
            "background-script.js"
        ]
    },
    "name": "2048 Game",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.4"
}