Stand Up! Timer

This extension reminds you to take a break from work.

Stand Up! Timer란 무엇입니까?

Stand Up! Timer은(는) Erfan Norozi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension reminds you to take a break from work."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Stand Up! Timer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Scientists have found that sitting for long hours can have negative effects on health. To prevent these negative effect it is recommended to stand up every hour.
This extension let you setup an interval timer to remind you to stand up.
To learn more about this problem read this lifehacker article: http://lifehacker.com/5879536/how-sitting-all-day-is-damaging-your-body-and-how-you-can-counteract-it                    

확장 프로그램 기본 정보

이름 Stand Up! Timer Stand Up! Timer
ID aamiggfhbebkpbknadfkelphhmkhmdcf
공식 URL https://chromewebstore.google.com/detail/stand-up-timer/aamiggfhbebkpbknadfkelphhmkhmdcf
설명 This extension reminds you to take a break from work.
파일 크기 103 KB
설치 횟수 4,794
현재 버전 1.0.2
최근 업데이트 2015-03-04
출시 날짜 2015-03-03
평점 3.20/5 총 20 개의 평점
개발자 Erfan Norozi
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stand Up! Timer",
    "description": "This extension reminds you to take a break from work.",
    "author": "Erfan Norozi",
    "version": "1.0.2",
    "offline_enabled": true,
    "permissions": [
        "notifications",
        "alarms",
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "notification.png"
    ]
}