2048 (To Go) in Google Chrome
Play the game 2048 by Gabriele Cirulli (http://gabrielecirulli.github.io/2048/), without leave your current tab.
ما هو 2048 (To Go) in Google Chrome؟
2048 (To Go) in Google Chrome هو إضافة Chrome تم تطويرها بواسطة Oliver Jesberger، والميزة الرئيسية لها هي "Play the game 2048 by Gabriele Cirulli (http://gabrielecirulli.github.io/2048/), without leave your current tab.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة 2048 (To Go) in Google Chrome
قم بتنزيل ملفات الامتداد 2048 (To Go) in Google Chrome بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Play the game 2048 by Gabriele Cirulli (http://gabrielecirulli.github.io/2048/), without leave your current tab.
معلومات أساسية عن التمديد
الاسم | 2048 (To Go) in Google Chrome |
ID | apchoehihnabokdiamndmjdohlhehlmb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/2048-to-go-in-google-chro/apchoehihnabokdiamndmjdohlhehlmb |
الوصف | Play the game 2048 by Gabriele Cirulli (http://gabrielecirulli.github.io/2048/), without leave your current tab. |
حجم الملف | 94.57 KB |
عدد التثبيتات | 212 |
النسخة الحالية | 0.3 |
آخر تحديث | 2014-04-12 |
تاريخ النشر | 2014-04-12 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Oliver Jesberger |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "version": "0.3", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |