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
官方URL 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"
}