2048

Play 2048 anytime. Join the numbers and get to the 2048 tile!

2048 là gì?

2048 là một tiện ích mở rộng Chrome được phát triển bởi 2048, và tính năng chính của nó là "Play 2048 anytime. Join the numbers and get to the 2048 tile!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

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

                        This extension adds 2048 game into your Chrome. Clicking on the icon will pop-up the game immediately.

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

IF ARROW KEYS ARE NOT WORKING, JUST CLICK INTO THE GAME WINDOW

This is not a link to website, you can play the 2048 game anytime, even when you are offline!

For more information visit the official 2048 website at http://gabrielecirulli.github.io/2048/

2048 was created by Gabriele Cirulli, visit his website at http://gabrielecirulli.com

If you are developer and want to improve the game, you can do it at https://github.com/gabrielecirulli/2048                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 2048 2048
ID klkgibeelchkifaeamopaheinfnfleaj
URL Chính Thức https://chromewebstore.google.com/detail/2048/klkgibeelchkifaeamopaheinfnfleaj
Mô tả Play 2048 anytime. Join the numbers and get to the 2048 tile!
Kích Thước Tệp 242 KB
Số Lần Cài Đặt 1,083
Phiên Bản Hiện Tại 25
Cập Nhật Lần Cuối 2019-04-11
Ngày Phát Hành 2019-04-11
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển 2048
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/gabrielecirulli/2048
URL Trang Trợ Giúp https://github.com/gabrielecirulli/2048/issues
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "2048",
    "description": "Play 2048 anytime. Join the numbers and get to the 2048 tile!",
    "version": "25",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "background"
    ],
    "page_action": {
        "default_icon": "images\/2048-icon.png",
        "default_popup": "game\/index.html"
    },
    "web_accessible_resources": [
        "_generated_background_page.html"
    ],
    "icons": {
        "16": "images\/2048-icon.png",
        "48": "images\/2048-icon.png",
        "128": "images\/2048-icon.png"
    }
}