CubeFit Reminders

Balance your work day with standing and sitting.

CubeFit Reminders란 무엇입니까?

CubeFit Reminders은(는) CubeFit에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Balance your work day with standing and sitting."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

CubeFit Reminders 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 CubeFit Reminders CubeFit Reminders
ID bnemmiklgdolmpnaanahldelacgeemgf
공식 URL https://chrome.google.com/webstore/detail/cubefit-reminders/bnemmiklgdolmpnaanahldelacgeemgf
설명 Balance your work day with standing and sitting.
파일 크기 926 KB
설치 횟수 311
현재 버전 1.0
최근 업데이트 2016-09-19
출시 날짜 2016-09-19
평점 3.86/5 총 7 개의 평점
개발자 CubeFit
결제 유형 free
확장 프로그램 웹 사이트 http://www.getcubefit.com
지원되는 언어 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"
    ]
}