CubeFit Reminders

Balance your work day with standing and sitting.

CubeFit Reminders là gì?

CubeFit Reminders là một tiện ích mở rộng Chrome được phát triển bởi CubeFit, và tính năng chính của nó là "Balance your work day with standing and sitting.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng CubeFit Reminders 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

                        The CubeFit Reminders extension allows you to set up reminders to stand or sit at your desk. You also remind yourself to give your eyes a 20 second break from staring at a computer screen. And for those who find themselves entrapped in tasks, you can give yourself a reminder to get up and stretch your legs on a coffee break. There's even an ability to set your own reminders.                    

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

Tên CubeFit Reminders CubeFit Reminders
ID bnemmiklgdolmpnaanahldelacgeemgf
URL Chính Thức https://chrome.google.com/webstore/detail/cubefit-reminders/bnemmiklgdolmpnaanahldelacgeemgf
Mô tả Balance your work day with standing and sitting.
Kích Thước Tệp 926 KB
Số Lần Cài Đặt 311
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-09-19
Ngày Phát Hành 2016-09-19
Đánh Giá 3.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển CubeFit
Loại Thanh Toán free
Trang Web Mở Rộng http://www.getcubefit.com
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CubeFit Reminders",
    "short_name": "CubeFit Reminders",
    "description": "Balance your work day with standing and sitting.",
    "version": "1.0",
    "minimum_chrome_version": "23",
    "icons": {
        "16": "img\/logo_only_16.png",
        "48": "img\/logo_only_48.png",
        "128": "img\/logo_only_128.png"
    },
    "background": {
        "scripts": [
            "lib\/moment.min.js",
            "js\/tasks.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "CubeFit Reminders",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "alarms",
        "notifications",
        "tabs"
    ]
}