Pomodoro Timer

Pomodoro Timer App

Pomodoro Timer란 무엇입니까?

Pomodoro Timer은(는) frekans7에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pomodoro Timer App"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        The aim of this app is to help you focus on any task you are working on, such as study, writing, or coding. This app is inspired by Pomodoro Technique which is a time management method developed by Francesco Cirillo.

The Pomodoro Technique is a time management method developed by Francesco Cirillo in the late 1980s. The technique uses a timer to break down work into intervals, traditionally 25 minutes in length, separated by short breaks. These intervals are named pomodoros.
— Pomodoro Technique, Wikipedia

Pomodoro ™ and Pomodoro Technique ® are registered trademarks of Francesco Cirillo. This app is not affiliated with Francesco Cirillo.

Features of the application

* Responsive design
* Color transition
* Audio notification
* Light/Dark theme

A timer to use the Pomodoro Technique                    

확장 프로그램 기본 정보

이름 Pomodoro Timer Pomodoro Timer
ID gnljbloihakcbnldjgjkgikbgehkphig
공식 URL https://chromewebstore.google.com/detail/pomodoro-timer/gnljbloihakcbnldjgjkgikbgehkphig
설명 Pomodoro Timer App
파일 크기 645 KB
설치 횟수 1,002
현재 버전 1.2
최근 업데이트 2022-04-05
출시 날짜 2020-04-29
평점 4.00/5 총 3 개의 평점
개발자 frekans7
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/frekans7/pomodoro-timer
도움말 페이지 URL https://github.com/frekans7/pomodoro-timer
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pomodoro Timer",
    "author": "@frekans7",
    "description": "Pomodoro Timer App",
    "version": "1.2",
    "icons": {
        "16": "pomodoro.png",
        "48": "pomodoro.png",
        "128": "pomodoro.png"
    },
    "background": {
        "service_worker": "chrome\/background.js"
    },
    "action": {
        "default_title": "Pomodoro",
        "default_icon": "pomodoro.png"
    },
    "permissions": [
        "notifications"
    ]
}