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