Backcare companion

This is backcare companion

Backcare companion là gì?

Backcare companion là một tiện ích mở rộng Chrome được phát triển bởi Innocreo, và tính năng chính của nó là "This is backcare companion".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Backcare companion

Tải xuống các tệp mở rộng Backcare companion dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Backcare companion Backcare companion
ID lbnohdgkcocfcnjphjcecnhciklnomej
URL Chính Thức https://chrome.google.com/webstore/detail/backcare-companion/lbnohdgkcocfcnjphjcecnhciklnomej
Mô tả This is backcare companion
Kích Thước Tệp 3.37 MB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2013-08-14
Ngày Phát Hành 2013-08-14
Đánh Giá 4.17/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Innocreo
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}