2048

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

2048คืออะไร?

2048 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 2048 และคุณลักษณะหลักของมันคือ "Play 2048 anytime. Join the numbers and get to the 2048 tile!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 2048

ดาวน์โหลดไฟล์ส่วนขยาย 2048 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 2048 2048
ID klkgibeelchkifaeamopaheinfnfleaj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/2048/klkgibeelchkifaeamopaheinfnfleaj
คำอธิบาย Play 2048 anytime. Join the numbers and get to the 2048 tile!
ขนาดไฟล์ 242 KB
จำนวนการติดตั้ง 1,083
เวอร์ชันปัจจุบัน 25
อัปเดตครั้งล่าสุด 2019-04-11
วันที่เผยแพร่ 2019-04-11
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา 2048
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/gabrielecirulli/2048
URL หน้าช่วยเหลือ https://github.com/gabrielecirulli/2048/issues
ภาษาที่รองรับ 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"
    }
}