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.
Apa itu 2048?
2048 adalah ekstensi Chrome yang dikembangkan oleh tarundabhi, dan fitur utamanya adalah "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.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi 2048
Unduh file ekstensi 2048 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | 2048 |
ID | efacmddfhbpkekoohibicbfakbjkhgka |
URL Resmi | https://chromewebstore.google.com/detail/2048/efacmddfhbpkekoohibicbfakbjkhgka |
Deskripsi | 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. |
Ukuran File | 61.85 KB |
Jumlah Instalasi | 121 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2023-03-19 |
Tanggal Publikasi | 2019-09-25 |
Pengembang | tarundabhi |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |