2048 Game

Play 2048 game offline in a popup anytime you want!

什麼是2048 Game?

2048 Game是由https://gamecheerleader.com開發的Chrome擴展程式,該擴展的主要功能是“Play 2048 game offline in a popup anytime you want!”。

擴展截圖

screenshot
screenshot
screenshot

下載2048 Game擴展crx文件

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

擴展使用說明

                        The extension is an original 2048 game in a popup and accessible on a browser panel. The game can be played intermittently and the extension can remember where you left off last time.  

How to play?
1) Click 2048 icon in the top right corner of browser to start a game.
2) Use the 'left/right/up/down' arrow key in keyboard to move tiles.
3) Click 'new' button to start a new game anytime. 

Game rules: 
- When two tiles with the same number touch, they merge into one.
- When two tiles are merged, you earn points.
- The goal is to create a tile with the number 2048 by multiple merges .
- You can continue to play and earn more points after reaching the goal.

Have fun with the 2048 game! Additionally, we've added some of our latest games at the bottom for your extra enjoyment.

CHANGELOG
==========
Version 0.1.3 - 0.1.4
-  Improve the section on new games

Version 0.1.0 - 0.1.2
- Initial release and feature updates                    

擴展基本資訊

名稱 2048 Game 2048 Game
ID gekanafgchokbnoomokmmifkbnckkajk
官方網址 https://chromewebstore.google.com/detail/2048-game/gekanafgchokbnoomokmmifkbnckkajk
簡介 Play 2048 game offline in a popup anytime you want!
檔案大小 50.85 KB
安裝次數 2,000
目前版本 0.1.4
更新時間 2024-01-19
上架時間 2022-01-27
評分 4.67/5 共 3 次評分
開發者 https://gamecheerleader.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.gamecheerleader.com
說明頁面URL https://www.gamecheerleader.com/listing/2048-game/
隱私政策頁面URL https://www.gamecheerleader.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "2048 Game",
    "short_name": "2048",
    "version": "0.1.4",
    "description": "Play 2048 game offline in a popup anytime you want!",
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "action": {
        "default_icon": "images\/logo.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "offline_enabled": true,
    "manifest_version": 3
}