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.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة 2048

قم بتنزيل ملفات الامتداد 2048 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
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"
    }
}