Backcare companion

This is backcare companion

什麼是Backcare companion?

Backcare companion是由Innocreo開發的Chrome擴展程式,該擴展的主要功能是“This is backcare companion”。

擴展截圖

screenshot
screenshot
screenshot

下載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!                    

擴展基本資訊

名稱 Backcare companion Backcare companion
ID lbnohdgkcocfcnjphjcecnhciklnomej
官方網址 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"
        ]
    }
}