2048
Use the arrow keys to move the tiles. When two tiles with the same number touch, they merge into one and the value will double.
什么是2048?
2048是由tarundabhi开发的Chrome扩展程序,该扩展的主要功能是“Use the arrow keys to move the tiles. When two tiles with the same number touch, they merge into one and the value will double.”。
扩展截图
下载2048扩展crx文件
下载2048扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Use the arrow keys to move the tiles. When two tiles with the same number touch, they merge into one and the value will double.
扩展基本信息
名称 | 2048 |
ID | efacmddfhbpkekoohibicbfakbjkhgka |
官方URL | https://chromewebstore.google.com/detail/2048/efacmddfhbpkekoohibicbfakbjkhgka |
简介 | Use the arrow keys to move the tiles. When two tiles with the same number touch, they merge into one and the value will double. |
文件大小 | 61.85 KB |
安装次数 | 121 |
当前版本 | 1.2 |
更新时间 | 2023-03-19 |
上架时间 | 2019-09-25 |
开发者 | tarundabhi |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "2048", "version": "1.2", "description": "Use the arrow keys to move the tiles. When two tiles with the same number touch, they merge into one and the value will double.", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" } } |