Pomodoro Focus

Block multiple sites to focus better on your work

Pomodoro Focus란 무엇입니까?

Pomodoro Focus은(는) Apoorva Singh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Block multiple sites to focus better on your work"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        PomodoroFocus is a web extension that helps you focus on your work by temporarily blocking distracting websites. After the block timer of 25 minutes runs out, your websites are available for you to view again.

This has been inspired by the Pomodoro Technique.                    

확장 프로그램 기본 정보

이름 Pomodoro Focus Pomodoro Focus
ID gommonmfpieokloaboibjlahdcffignp
공식 URL https://chromewebstore.google.com/detail/pomodoro-focus/gommonmfpieokloaboibjlahdcffignp
설명 Block multiple sites to focus better on your work
파일 크기 6.12 KB
설치 횟수 45
현재 버전 1.0
최근 업데이트 2018-01-26
출시 날짜 2018-01-25
평점 5.00/5 총 1 개의 평점
개발자 Apoorva Singh
결제 유형 free
도움말 페이지 URL https://github.com/apoorvasingh17/Pomodoro-Focus
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pomodoro Focus",
    "description": "Block multiple sites to focus better on your work",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "options.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}