Yellow Tomato — Pomodoro Timer & Site Blocker

A simple timer for the Pomodoro technique that allows you to block distracting sites while running.

Yellow Tomato — Pomodoro Timer & Site Blocker란 무엇입니까?

Yellow Tomato — Pomodoro Timer & Site Blocker은(는) https://productive.fish에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple timer for the Pomodoro technique that allows you to block distracting sites while running."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Yellow Tomato — Pomodoro Timer & Site Blocker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Yellow Tomato is a Chrome extension that helps you implement the Pomodoro technique, a highly effective time management method that can boost your productivity and focus. With Yellow Tomato, you can divide your work into intervals and take short breaks in between, ensuring that you stay fresh and energized throughout the day.

Once the timer runs out, Yellow Tomato sends a notification to your screen, reminding you to take a well-deserved break before diving into the next productive Pomodoro session.

FEATURES:
- Counts Pomodoro time that you set.
- Displays the amount of finished timers.
- Counts the break time.
- Can block distracting sites that you specify in Settings - NEW!                    

확장 프로그램 기본 정보

이름 Yellow Tomato — Pomodoro Timer & Site Blocker Yellow Tomato — Pomodoro Timer & Site Blocker
ID oeadnackbbpmhlefkdcpeknplmcbhnbj
공식 URL https://chromewebstore.google.com/detail/yellow-tomato-%E2%80%94-pomodoro/oeadnackbbpmhlefkdcpeknplmcbhnbj
설명 A simple timer for the Pomodoro technique that allows you to block distracting sites while running.
파일 크기 751 KB
설치 횟수 409
현재 버전 1.1.6
최근 업데이트 2024-02-26
출시 날짜 2022-08-16
평점 5.00/5 총 5 개의 평점
개발자 https://productive.fish
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://productive.fish/pomodoro-timer/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Yellow Tomato \u2014 Pomodoro Timer & Site Blocker",
    "version": "1.1.6",
    "description": "A simple timer for the Pomodoro technique that allows you to block distracting sites while running.",
    "author": "Productive Fish",
    "icons": {
        "16": "icons\/16\/icon16.png",
        "32": "icons\/32\/icon32.png",
        "48": "icons\/48\/icon48.png",
        "128": "icons\/128\/icon128.png"
    },
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.main.js"
    },
    "permissions": [
        "storage",
        "alarms",
        "notifications",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "block.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}