Time is Running

Replace new tab page with 'Running Time'

Time is Running란 무엇입니까?

Time is Running은(는) http://techproceed.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace new tab page with 'Running Time'"입니다.

확장 프로그램 스크린샷

screenshot

Time is Running 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Most anti-procrastination apps on the web help you stay focussed and increase productivity by blocking time wasting websites. The thinking goes that if these online distractions are gone, you are more likely to focus on actual work.

Every time you launch Chrome, or open a new tab in the browser, the extension works as a sobering reminder that the clock is ticking away. That may motivate you to exit the Bermuda productivity triangle and focus on the more important things.                    

확장 프로그램 기본 정보

이름 Time is Running Time is Running
ID ijnaleaamhgpjmpmjefcnkkjjckbidnf
공식 URL https://chrome.google.com/webstore/detail/time-is-running/ijnaleaamhgpjmpmjefcnkkjjckbidnf
설명 Replace new tab page with 'Running Time'
파일 크기 149 KB
설치 횟수 34
현재 버전 0.6
최근 업데이트 2014-07-25
출시 날짜 2014-07-25
평점 3.67/5 총 3 개의 평점
개발자 http://techproceed.com
결제 유형 free
확장 프로그램 웹 사이트 http://www.techproceed.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "motivation.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "dashboard.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Replace new tab page with 'Running Time'",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Time is Running",
    "offline_enabled": true,
    "version": "0.6"
}