TomatoTomato

A Pomodoro/Focus timer extension that blocks distracting websites during your work sessions.

TomatoTomato란 무엇입니까?

TomatoTomato은(는) ericgilligan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Pomodoro/Focus timer extension that blocks distracting websites during your work sessions."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Tomato Tomato is a minimalistic productivity/work-flow management extension. Its concept revolves around working for a set amount of time, then taking a short break before working again. At the end of 4 work/break cycles, a longer break is taken. While the work session is active, Tomato Tomato blocks websites which you do not want to visit in order to keep you focused.

Key Features:
- Customize the timer lengths (work/break/longbreak)
- Customizable list of blocked websites
- Notification upon cycle completion

Pomodoro™/Focus Timer extension for Mozilla. The Pomodoro Technique® and Pomodoro™ are registered trademarks of Francesco Cirillo                    

확장 프로그램 기본 정보

이름 TomatoTomato TomatoTomato
ID pamgphkphjpgpdoahokpfmbmcnfgajmk
공식 URL https://chromewebstore.google.com/detail/tomatotomato/pamgphkphjpgpdoahokpfmbmcnfgajmk
설명 A Pomodoro/Focus timer extension that blocks distracting websites during your work sessions.
파일 크기 94.28 KB
설치 횟수 92
현재 버전 1.1
최근 업데이트 2018-08-22
출시 날짜 2018-08-22
개발자 ericgilligan
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TomatoTomato",
    "version": "1.1",
    "description": "A Pomodoro\/Focus timer extension that blocks distracting websites during your work sessions.",
    "icons": {
        "48": "icons\/pomo48.png",
        "96": "icons\/pomo96.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "storage",
        "notifications"
    ],
    "web_accessible_resources": [
        "redirect\/blocked.html",
        "redirect\/blocked.css"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "options\/options.html"
    },
    "browser_action": {
        "default_icon": "icons\/pomo48.png",
        "default_title": "TomatoTomato",
        "default_popup": "popup\/menu.html"
    }
}