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 là gì?
2048 là một tiện ích mở rộng Chrome được phát triển bởi tarundabhi, và tính năng chính của nó là "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.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng 2048
Tải xuống các tệp mở rộng 2048 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | 2048 |
ID | efacmddfhbpkekoohibicbfakbjkhgka |
URL Chính Thức | https://chromewebstore.google.com/detail/2048/efacmddfhbpkekoohibicbfakbjkhgka |
Mô tả | 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. |
Kích Thước Tệp | 61.85 KB |
Số Lần Cài Đặt | 121 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2023-03-19 |
Ngày Phát Hành | 2019-09-25 |
Nhà Phát Triển | tarundabhi |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |