1 、能够周期提醒,比如按 25 、30 、60 分钟 2 、小巧精简,无其他功能,不占内存 3 、Chrome 浏览器端的也行
1
lucacham 144 天前
我用的小孩桌面便签,里面有个提醒管理器可以满足你说的 1&2 的需求,我用好多年了
|
![]() |
2
z740713651 144 天前 ![]() win11 最近更新了`专注时段`
搜`时钟`就有了  |
![]() |
3
imn1 144 天前
几乎所有 task/todo 类 app 都可以吧
|
4
tristankuo 144 天前
alarms & clock 官方出的,不错
|
5
viewrules 144 天前
目前用 Workrave ,主要是为了护眼,不过不一定适合你的需求
|
![]() |
6
vate32 144 天前
Strechtly
|
![]() |
7
ZC3746 144 天前
滴答清单 免费版。
|
![]() |
8
66beta 144 天前 ![]() 我在用 win10 自带的闹钟
|
![]() |
9
dfkjgklfdjg 144 天前
win10 自带的<闹钟和时钟 3>里边的 [计时器] 不行吗...只是要自己手动重置和开启。
|
![]() |
10
imagecap 144 天前
”专注时段“ 这个不错,正在找这样的工具
|
![]() |
11
yolee599 144 天前
|
12
luis330 144 天前
pomotroid-portable-番茄钟 绿色的
|
13
thosai 144 天前 ![]() 巧了,最近这几天刚找了一个定时提醒的软件,每隔一小时来提醒喝水~
wwi.lanzouj.com/i9UDCyxqeah |
![]() |
14
huntley 144 天前
microsoft todo
|
![]() |
15
zmqking 144 天前 via iPhone
@z740713651 win10 没有吗?
|
![]() |
16
silentsky 144 天前
梦畅闹钟 我是用来准点报时
|
![]() |
17
Soar360 144 天前
19.9 京东包邮买一个?
|
18
plzcomeon 144 天前
FadeTop ,很小巧,可以设置时间间隔,提醒方式就是屏幕盖住一层颜色,显示当前时间这样子
|
![]() |
19
Chism 144 天前
win10 自带有闹钟功能
|
![]() |
20
RRRoger 144 天前
滴答清单 全平台
|
21
andy2415 144 天前
睡醒了写的, 应该满足小巧简陋,无其他功能,不占内存
win + alt + r 调用 ```ahk #SingleInstance force #!r:: { Gui, New Gui +AlwaysOnTop -Caption +ToolWindow Gui, Add, Text, x10 y10, 要干啥: Gui, Add, Edit, x60 y7 w120 vwhat Gui, Add, Text, x10 y42, 隔多久: Gui, Add, Edit, x60 y39 w120 vwhen Number Gui, Add, Button ,Default x10 y74 w80 gok, &OK Gui, Add, Button , x100 y74 w80 gcancel, &CANCEL Gui, Show Return GuiEscape: Gui, Cancel Return } ok(){ GuiControlGet, what GuiControlGet, when global msg = what Gui, Cancel t := when*1000*60 SetTimer, notify, %t% Return } cancel(){ Gui, Cancel } notify: Gui, New Gui +AlwaysOnTop -Caption +ToolWindow Gui, Add, Text, x10 y12, %msg% Gui, Add, Button ,Default x10 y44 w80 gcancel, &OK Gui, Show ``` #!r:: { Gui, New Gui +AlwaysOnTop -Caption +ToolWindow Gui, Add, Text, x10 y10, 要干啥: Gui, Add, Edit, x60 y7 w120 vwhat Gui, Add, Text, x10 y42, 隔多久: Gui, Add, Edit, x60 y39 w120 vwhen Number Gui, Add, Button ,Default x10 y74 w80 gok, &OK Gui, Add, Button , x100 y74 w80 gcancel, &CANCEL Gui, Show Return GuiEscape: Gui, Cancel Return } ok(){ GuiControlGet, what GuiControlGet, when global msg = what Gui, Cancel t := when*1000*60 SetTimer, notify, %t% Return } cancel(){ Gui, Cancel } notify: Gui, New Gui +AlwaysOnTop -Caption +ToolWindow Gui, Add, Text, x10 y12, %msg% Gui, Add, Button ,Default x10 y44 w80 gcancel, &OK Gui, Show ``` |
![]() |
22
z740713651 144 天前
|
![]() |
23
UMU618 144 天前
这个开源的,您改改定时器就可以了:
https://github.com/UMU618/win10-screen-blur |
![]() |
24
james2013 144 天前
ReliakTimer
|
![]() |
25
nmap 144 天前
滴答清单 应该是最好用的多平台提醒软件了
|
![]() |
26
cantonadong OP @UMU618 这是为我开发了一个工具吗?哈哈。谢谢。
|
![]() |
27
windliang 144 天前
可以利用 windows 的计划任务,把这个 rundll32.exe user32.dll,LockWorkStation 写成 bat 文件,然后可以周期性自动锁屏,我大学的时候这样搞过,因为其他定时提醒都是弹窗,一般都直接就关了,后来就想到用锁屏,更强制性些,哈哈
https://www.zhihu.com/question/285586045/answer/445364909 |
![]() |
28
codewld 144 天前
|
![]() |
29
docx 144 天前 via Android
滴答清单 全平台
|
30
vuevue 144 天前 via iPhone
买个 Apple Watch 或任何有计时器功能的智能穿戴设备
|
31
djokor 143 天前
|