Backcare companion
This is backcare companion
什么是Backcare companion?
Backcare companion是由Innocreo开发的Chrome扩展程序,该扩展的主要功能是“This is backcare companion”。
扩展截图
下载Backcare companion扩展crx文件
下载Backcare companion扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } } |