ToDo List + Pomodoro Timer (Ctrl+T)

A ToDo List with a Pomodoro Timer that floats on all pages. Use Ctrl+T to toggle manager.

Від 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.4
Створено
04.02.2025
Оновлено
13.05.2025
Size
27,2 кБ
Ліцензія
MIT
Відноситься до
Всі сайти

开发一个油猴插件,实现To do list + 番茄钟的插件有没有。可以添加一个任务,在所有页面 浮现ToDo Task ,有一圈漂亮的倒计时,时间到会闹铃响。按快捷键 cmd +t +d 可以调出任务管理,时长,完成情况设置。数据结构为Item{Name,Duration,Done,Expired}
细节:
// @author       kq

// @license MIT

快捷键改为 ctrl+t

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

面板当中可以开始番茄倒计时。可以停止倒计时。

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

标题添加 ctrl+t