Laser-Focused: Pomodoro Timer & To Do List
⏱ Pomodoro Timer ✅ Task Organizer 📊Time Tracker 📅 Schedule Planner 🔔 Reminder
Laser-Focused: Pomodoro Timer & To Do List란 무엇입니까?
Laser-Focused: Pomodoro Timer & To Do List은(는) Practical AI에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "⏱ Pomodoro Timer ✅ Task Organizer 📊Time Tracker 📅 Schedule Planner 🔔 Reminder"입니다.
확장 프로그램 스크린샷
Laser-Focused: Pomodoro Timer & To Do List 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Laser-Focused integrates the Pomodoro Timer with task management system, serving as a science-based app to enhance focus and productivity.
It combines the Pomodoro Technique and to-do list functionalities, allowing you to organize tasks, start focus timers for work or study, set reminders for important tasks, and track time spent on activities. The app is a comprehensive tool for managing tasks, reminders, lists, calendar events, and tracking working hours.
Key Features:
- Pomodoro Timer: stay focused with customizable timer settings, pause and resume options, and support for short and long breaks.
- Tasks Management: organize tasks, set reminders, and track habits. Includes features like recurring tasks, sub-tasks, task priority, and estimated Pomodoro numbers.
- Alarms: select the sound, be notified when the time is over.
- White Noise: select a background sound to enhance concentration.
Here's how to operate it:
1. Select a task you wish to complete.
2. Set the timer for 25 minutes, maintain focus, and begin your work.
3. Once the Pomodoro timer alerts you, indulge in a 5-minute break.
This is an ideal app for concentration and enhanced productivity. 확장 프로그램 기본 정보
| 이름 | |
| ID | pmchfeppmafjnddbfcdcaemjoinhifdd |
| 공식 URL | https://chromewebstore.google.com/detail/laser-focused-pomodoro-ti/pmchfeppmafjnddbfcdcaemjoinhifdd |
| 설명 | ⏱ Pomodoro Timer ✅ Task Organizer 📊Time Tracker 📅 Schedule Planner 🔔 Reminder |
| 파일 크기 | 17.02 MB |
| 설치 횟수 | 32 |
| 현재 버전 | 0.1.1 |
| 최근 업데이트 | 2024-01-21 |
| 출시 날짜 | 2024-01-05 |
| 평점 | 5.00/5 총 3 개의 평점 |
| 개발자 | Practical AI |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 확장 프로그램 웹 사이트 | https://linktr.ee/practical.ai |
| 도움말 페이지 URL | https://linktr.ee/practical.ai |
| 개인정보 보호 정책 페이지 URL | https://medium.com/@Practical.AI/our-google-chrome-extensions-301c21ad48d3 |
| 지원되는 언어 | id,de,en,fil,fr,nl,no,vi,tr,es,it,hu,pl,pt-BR,pt-PT,ro,sk,sv,cs,el,ru,uk,hi,bn,te,th,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"description": "__MSG_appDescription__",
"version": "0.1.1",
"default_locale": "en",
"permissions": [
"storage",
"notifications",
"system.display"
],
"host_permissions": [],
"content_security_policy": [],
"background": {
"service_worker": "background.js"
},
"action": [],
"icons": {
"16": "images\/logo16.png",
"32": "images\/logo32.png",
"48": "images\/logo48.png",
"128": "images\/logo128.png"
},
"manifest_version": 3
} | |