2048 Game

Move the tiles and if two tiles have the same number, they merge into one

什麼是2048 Game?

2048 Game是由InitDex開發的Chrome擴展程式,該擴展的主要功能是“Move the tiles and if two tiles have the same number, they merge into one”。

擴展截圖

screenshot

下載2048 Game擴展crx文件

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

擴展使用說明

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

擴展基本資訊

名稱 2048 Game 2048 Game
ID domcbkielhenkcbpaijigldnakonmeba
官方網址 https://chrome.google.com/webstore/detail/2048-game/domcbkielhenkcbpaijigldnakonmeba
簡介 Move the tiles and if two tiles have the same number, they merge into one
檔案大小 345 KB
安裝次數 67
目前版本 1.0.0.2
更新時間 2019-04-08
上架時間 2019-04-08
評分 5.00/5 共 2 次評分
開發者 InitDex
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL http://www.leadforyou.net/privacy-policy-auto-assistant
支援的語言 en
manifest.json
{
    "background": {
        "page": "bgr.html"
    },
    "browser_action": {
        "default_icon": "icon\/48.png",
        "default_title": "Launch game"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Move the tiles and if two tiles have the same number, they merge into one",
    "icons": {
        "128": "icon\/128.png",
        "16": "icon\/64.png",
        "48": "icon\/48.png"
    },
    "manifest_version": 2,
    "name": "2048 Game",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "short_name": "Funny Game",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0.2",
    "web_accessible_resources": [
        "game\/*.html",
        "game\/*.ico",
        "game\/js\/*.js",
        "game\/meta\/*.png",
        "game\/style\/*.css",
        "game\/style\/*.scss",
        "game\/style\/fonts\/*.css",
        "game\/style\/fonts\/*.eot",
        "game\/style\/fonts\/*.svg",
        "game\/style\/fonts\/*.woff"
    ]
}