Backcare companion
This is backcare companion
ما هو Backcare companion؟
Backcare companion هو إضافة Chrome تم تطويرها بواسطة Innocreo، والميزة الرئيسية لها هي "This is backcare companion".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Backcare companion
قم بتنزيل ملفات الامتداد Backcare companion بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Backcare Companion is a Google extension that comprised of a guided muscle strengthening exercises using sets of instructions. It acts as a personal assistant to care and relieve pain via daily guided exercises according to certain setting customization. The application comprises a behaviour alert to keep user active promote good posture. The extension is currently in version 0.1 (beta). There will be updates for more exercises and features!
معلومات أساسية عن التمديد
الاسم | |
ID | lbnohdgkcocfcnjphjcecnhciklnomej |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/backcare-companion/lbnohdgkcocfcnjphjcecnhciklnomej |
الوصف | This is backcare companion |
حجم الملف | 3.37 MB |
عدد التثبيتات | 26 |
النسخة الحالية | 0.1 |
آخر تحديث | 2013-08-14 |
تاريخ النشر | 2013-08-14 |
تقييم | 4.17/5 مجموع تقييمات 6 |
المطور | Innocreo |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Backcare companion", "version": "0.1", "manifest_version": 2, "description": "This is backcare companion", "icons": { "16": "16.png", "48": "48.png", "64": "64.png", "128": "128.png" }, "permissions": [ "tabs", "notifications" ], "options_page": "options.html", "background": { "scripts": [ "background.js" ] } } |