Lofidoro

A pomodoro technique timer with lofi music.

Lofidoroคืออะไร?

Lofidoro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jonathan Polina และคุณลักษณะหลักของมันคือ "A pomodoro technique timer with lofi music."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lofidoro

ดาวน์โหลดไฟล์ส่วนขยาย Lofidoro ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}