2048 Prime

An easy-to-use and lite 2048 game!

什麼是2048 Prime?

2048 Prime是由Grephy開發的Chrome擴展程式,該擴展的主要功能是“An easy-to-use and lite 2048 game!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載2048 Prime擴展crx文件

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

擴展使用說明

                        The 2048 game is a fun, and simple puzzle game.

HOW TO PLAY: use keyboard arrow keys to move the tiles. When two tiles with the same number touch, they merge into one! The game's objective is to create a tile with the number 2048. Read more about 2048 in Wikipedia (https://en.wikipedia.org/wiki/2048_(video_game)).

Few features:
1. The game and all settings are auto-saved.
2. There are 12 colors for the puzzle to choose from.
3. Use the Hint button to get hints at any time in the game.
4. Includes auto mode, which uses artificial intelligence to automatically play the game.

Note: to report bugs, please visit the addon's homepage (https://mybrowseraddon.com/2048.html) and fill the bug report form.                    

擴展基本資訊

名稱 2048 Prime 2048 Prime
ID ooihmphmmajfdadiaioggpfmpdijajah
官方網址 https://chromewebstore.google.com/detail/2048-prime/ooihmphmmajfdadiaioggpfmpdijajah
簡介 An easy-to-use and lite 2048 game!
檔案大小 27.33 KB
安裝次數 210
目前版本 0.1.7
更新時間 2024-01-08
上架時間 2020-03-07
評分 2.50/5 共 2 次評分
開發者 Grephy
電子郵箱 [email protected]
付費類型 free
擴展官網 https://mybrowseraddon.com/2048.html
說明頁面URL https://mybrowseraddon.com/2048.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.7",
    "name": "2048 Prime",
    "manifest_version": 3,
    "offline_enabled": true,
    "description": "An easy-to-use and lite 2048 game!",
    "homepage_url": "https:\/\/mybrowseraddon.com\/2048.html",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "action": {
        "default_title": "2048 Prime",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}