Lofidoro

A pomodoro technique timer with lofi music.

Lofidoro란 무엇입니까?

Lofidoro은(는) Jonathan Polina에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A pomodoro technique timer with lofi music."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Lofidoro is a Pomodoro technique timer assistant which also streams lo-fi music from Youtube.

The Google Chrome extension opens a window with the Pomodoro assistant and a lo-fi music Youtube stream embedded. From there, the user can:
1. Pause and resume the timer and music.
2. Customize the number of minutes allocated to the work and break time intervals.

The extension also shows the user:
1. A timer which shows how long the current interval will last
2. How many Pomodoros they've completed in their session. (1 Pomodoro is 1 cycle of work and break)
3. A progress bar which goes along with the timer, showing the elapsed time against the time until the next interval.
4. The embedded Youtube video stream.

The extension can also be toggled to send a notification and/or play a sound to the user when a work/break period is starting.

The main defining feature behind the Lofidoro assistant is that it livestreams music from Youtube. The user only has to click an icon on the top bar of their chrome browser. Automatically, music will start to play and a Pomodoro timer will allow the user to immediately start working.

Source code: https://github.com/jpolina/lofi-pomodoro-chrome-extension

Tomato icons created by AomAm - Flaticon, https://www.flaticon.com/free-icons/tomato                    

확장 프로그램 기본 정보

이름 Lofidoro Lofidoro
ID pjgoihdbljhplcmojnnfokmacpoonnee
공식 URL https://chromewebstore.google.com/detail/lofidoro/pjgoihdbljhplcmojnnfokmacpoonnee
설명 A pomodoro technique timer with lofi music.
파일 크기 2.42 MB
설치 횟수 1,124
현재 버전 3.2
최근 업데이트 2022-07-21
출시 날짜 2021-08-09
평점 4.57/5 총 7 개의 평점
개발자 Jonathan Polina
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Lofidoro",
    "description": "A pomodoro technique timer with lofi music.",
    "version": "3.2",
    "author": "Jonathan Polina",
    "action": {
        "default_icon": "\/img\/tomato.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "notifications"
    ]
}