Checkers
Classic checkers. The game has a simple and intuitive interface.
ما هو Checkers؟
Checkers هو إضافة Chrome تم تطويرها بواسطة bakhirev.alexey، والميزة الرئيسية لها هي "Classic checkers. The game has a simple and intuitive interface.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Checkers
قم بتنزيل ملفات الامتداد Checkers بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
We all know this game - classic checkers. The game has a simple and intuitive interface. Excellent graphics. This game is not for those who give up without a fight, but for the hard-nosed and persistent people.
معلومات أساسية عن التمديد
الاسم | Checkers |
ID | fhgfkokmjjnahoomiaocooplcahgccna |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/checkers/fhgfkokmjjnahoomiaocooplcahgccna |
الوصف | Classic checkers. The game has a simple and intuitive interface. |
حجم الملف | 139 KB |
عدد التثبيتات | 3,810 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2013-02-12 |
تاريخ النشر | 2013-02-12 |
تقييم | 2.76/5 مجموع تقييمات 25 |
المطور | bakhirev.alexey |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "custom_icon_16.png", "default_popup": "popup.html", "default_title": "Checkers" }, "description": "Classic checkers. The game has a simple and intuitive interface.", "icons": { "16": "custom_icon_16.png", "48": "custom_icon_48.jpg", "128": "custom_icon_128.png" }, "sandbox": { "pages": [ "game\/index.html" ], "scripts": [ "game\/js\/durak.js" ] }, "manifest_version": 2, "minimum_chrome_version": "1.0", "name": "Checkers", "version": "1.0.0" } |