2048 (To Go) in Google Chrome
Play the game 2048 by Gabriele Cirulli (http://gabrielecirulli.github.io/2048/), without leave your current tab.
什么是2048 (To Go) in Google Chrome?
2048 (To Go) in Google Chrome是由Oliver Jesberger开发的Chrome扩展程序,该扩展的主要功能是“Play the game 2048 by Gabriele Cirulli (http://gabrielecirulli.github.io/2048/), without leave your current tab.”。
扩展截图
下载2048 (To Go) in Google Chrome扩展crx文件
下载2048 (To Go) in Google Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Play the game 2048 by Gabriele Cirulli (http://gabrielecirulli.github.io/2048/), without leave your current tab.                     扩展基本信息
| 名称 |  | 
| ID | apchoehihnabokdiamndmjdohlhehlmb | 
| 官方URL | https://chromewebstore.google.com/detail/2048-to-go-in-google-chro/apchoehihnabokdiamndmjdohlhehlmb | 
| 简介 | Play the game 2048 by Gabriele Cirulli (http://gabrielecirulli.github.io/2048/), without leave your current tab. | 
| 文件大小 | 94.57 KB | 
| 安装次数 | 212 | 
| 当前版本 | 0.3 | 
| 更新时间 | 2014-04-12 | 
| 上架时间 | 2014-04-12 | 
| 评分 | 5.00/5 共1次评分 | 
| 开发者 | Oliver Jesberger | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 支持的语言 | de,en | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "version": "0.3",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
} | |