FocusTime - Balance work and fun

An Open Source Pomodoro timer to focus on your work and block out distracting websites!

FocusTime - Balance work and fun란 무엇입니까?

FocusTime - Balance work and fun은(는) gurkmandur에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An Open Source Pomodoro timer to focus on your work and block out distracting websites!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

FocusTime - Balance work and fun 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Do you have trouble with getting your work done and find yourself distracted by all these time wasting websites? Do you procrastinate until your deadlines? Well FocusTime is here to help! 

By separating your work time and breaks, you can work hard without getting distracted with our website blocking feature and take small scheduled breaks to relax.

It's time to get back your time!

Source at : https://github.com/gsmandur/focus-time                    

확장 프로그램 기본 정보

이름 FocusTime - Balance work and fun FocusTime - Balance work and fun
ID fbhndcnlmcciepieaapmeegnjigimjma
공식 URL https://chromewebstore.google.com/detail/focustime-balance-work-an/fbhndcnlmcciepieaapmeegnjigimjma
설명 An Open Source Pomodoro timer to focus on your work and block out distracting websites!
파일 크기 1.34 MB
설치 횟수 154
현재 버전 1.2
최근 업데이트 2019-08-24
출시 날짜 2019-08-19
평점 4.00/5 총 2 개의 평점
개발자 gurkmandur
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FocusTime - Balance work and fun",
    "version": "1.2",
    "description": "An Open Source Pomodoro timer to focus on your work and block out distracting websites!",
    "permissions": [
        "alarms",
        "storage",
        "tabs",
        "notifications",
        ""
    ],
    "background": {
        "scripts": [
            "background\/background.js",
            "background\/websiteBlocker.js",
            "background\/initialBlock.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Time to Stop Procrastinating",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "icon\/icon-v3.png",
        "32": "icon\/icon-v3.png",
        "48": "icon\/icon-v3.png",
        "128": "icon\/icon-v3.png"
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": false
    },
    "manifest_version": 2
}