Clocker

Clocker is a Google Chrome extension productivity and developer tool that allows the user to track the time spent doing something.…

Clocker란 무엇입니까?

Clocker은(는) Matthew Rosendin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Clocker is a Google Chrome extension productivity and developer tool that allows the user to track the time spent doing something.…"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Clocker is a Google Chrome extension productivity and developer tool that allows the user to track the time spent doing something. Keep track of the time you spend on the web, writing code, playing games, or even reading a book. Clocker allows you to do all of these things! Clocker also sends desktop notifications to users after an hour (by default) has passed, alerting them to take a break. Break notifications can be adjusted to be sent every hour (by default), two hours, or three hours. This concept is based on the Pomodoro Technique, which states that frequent breaks can increase mental agility.

Use: to start a session, simply click main button. The timer will run in the background, even if Google Chrome is closed. Notifications will be sent at the specified time intervals. To stop the timer, either click on the desktop notification or click the main button again. Immediately after ending a session, you will see the session time added to your weekly time spent metric, as well as the all-time spent metric.

I credit Artur Stolear for helping develop this Chrome extension.                    

확장 프로그램 기본 정보

이름 Clocker Clocker
ID ppigdcjjommfkcbklhnblnicnomdnkjh
공식 URL https://chromewebstore.google.com/detail/clocker/ppigdcjjommfkcbklhnblnicnomdnkjh
설명 Clocker is a Google Chrome extension productivity and developer tool that allows the user to track the time spent doing something.…
파일 크기 67.75 KB
설치 횟수 83
현재 버전 1.0.0.0
최근 업데이트 2015-03-19
출시 날짜 2015-03-19
평점 3.00/5 총 4 개의 평점
개발자 Matthew Rosendin
결제 유형 free
확장 프로그램 웹 사이트 http://roseware.co/products/clocker
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.0.0.0",
    "permissions": [
        "storage",
        "notifications",
        "alarms",
        "background"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/time.js",
            "scripts\/promised.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [],
    "default_locale": "en"
}