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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tarundabhi และคุณลักษณะหลักของมันคือ "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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 2048
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |