Pomodoro

The Pomodoro Technique - Focus. Relax. Improve. Achieve.

Pomodoro란 무엇입니까?

Pomodoro은(는) https://onceupon.group에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Pomodoro Technique - Focus. Relax. Improve. Achieve."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Pomodoro Technique is a time management method by Francesco Cirillo in the 1980s

*****There are six steps in the original technique*****
  1. Decide on the task to be done.
  2. Set the Pomodoro timer (traditionally to 25 minutes).
  3. Work on the task.
  4. End work when the timer rings and put a checkmark on a piece of paper.
  5. If you have fewer than four checkmarks, take a short break (3–5 minutes) and then return to step 2; otherwise continue to step 6.
  6. After four Pomodoros, take a longer break (15–30 minutes), reset your checkmark count to zero, then go to step 1.

Application developed by Linh Okita and Nyan.                    

확장 프로그램 기본 정보

이름 Pomodoro Pomodoro
ID nanjaegameeoomamnliimipmmfabdngd
공식 URL https://chromewebstore.google.com/detail/pomodoro/nanjaegameeoomamnliimipmmfabdngd
설명 The Pomodoro Technique - Focus. Relax. Improve. Achieve.
파일 크기 363 KB
설치 횟수 81
현재 버전 1.0.2
최근 업데이트 2024-03-01
출시 날짜 2023-11-14
평점 5.00/5 총 2 개의 평점
개발자 https://onceupon.group
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.onceupon.group
개인정보 보호 정책 페이지 URL https://www.onceupon.group/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pomodoro",
    "description": "The Pomodoro Technique - Focus. Relax. Improve. Achieve.",
    "version": "1.0.2",
    "manifest_version": 3,
    "permissions": [
        "alarms",
        "notifications",
        "storage",
        "offscreen",
        "system.display"
    ],
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "icons": {
        "16": "pomodoro-16.png",
        "32": "pomodoro-32.png",
        "48": "pomodoro-48.png",
        "128": "pomodoro-128.png"
    }
}