To-Do List + Pomodoro Timer (Ctrl+T)

Manages tasks with a Pomodoro timer, accessible via Ctrl+T.

Від 13.05.2025. Дивіться остання версія.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(У мене вже є менеджер скриптів, дайте мені встановити його!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Автор
yang kequn
Рейтинги
0 0 0
Версія
1.8
Створено
04.02.2025
Оновлено
13.05.2025
Size
20,1 кБ
Ліцензія
MIT
Відноситься до
Всі сайти

开发一个油猴插件,实现To do list + 番茄钟的插件。该插件快捷键 cmd +t +d 可以调出任务管理,时长,完成情况设置。数据结构为Item{Name,Duration,Done,Expired}

每次可以添加一个任务,默认时长25分钟,未完成,没有过期。

添加的任务要能成功添加。持久化保存。

已经添加的任务要能标记完成、过期、和删除

所有页面 都浮现ToDo Task 一条 和完成百分比 ,有一圈漂亮的倒计时,时间到会闹铃响。

细节:

// @author       kq

// @license MIT

快捷键改为 ctrl+t

默认不显示过期条目,但是勾选可以显示过期条目。

管理面板当中选中一个条目后,可以按开始键,开始对应时长的番茄倒计时、可以暂停、停止倒计时。

前端倒计时只是显示。不响应任何事件。


插件标题添加 ctrl+t
退出面板后,番茄倒计时能够以半透明方式悬浮在前端页面。它虽然看得见,但是不响应鼠标事件。操作来说,不影响现有页面的功能