Task Reminder - Chrome Extension: A simple, efficient Chrome extension that helps you stay on top of your tasks with customizable reminders and notifications.
I used AI only for debugging
Task Reminder - Chrome Extension: A simple, efficient Chrome extension that helps you stay on top of your tasks with customizable reminders and notifications.
I used AI only for debugging
I just made some tiny UI changes and want to resubmit it as an extension.
Log in to leave a comment
A reminder that notifies you of your tasks before you forget them.
Overview
Task Reminder began as a small productivity experiment: building a lightweight reminder tool that stays simple, fast, and local. The focus was on reliability and usability without accounts, cloud sync, or unnecessary features.
The core goals were:
Quick task creation
Accurate, persistent reminders
Local-only data storage
A clean, distraction-free UI
Motivation
I wanted a reminder tool that worked offline, required no sign-in, and could notify me even when Chrome was minimized. Many existing tools felt either too complex or too limited, so this extension was designed to sit in the middle—simple, but dependable.
Key Features
Fast reminder creation with titles, optional descriptions, and flexible timing
Preset time buttons to reduce friction
Reliable scheduling using chrome.alarms
Desktop notifications via chrome.notifications, with optional sound alerts
Local persistence using chrome.storage.local
Minimal popup UI for viewing and deleting upcoming reminders
Design & Implementation
The UI was intentionally kept minimal, with all styling isolated in popup.css. Core logic is split cleanly between background scripts for alarms and popup scripts for user interaction, making the extension easy to maintain and extend.
Final Thoughts
Task Reminder demonstrates that small, focused tools can be powerful. By prioritizing local-first data, core Chrome APIs, and a clean interface, it delivers simple reminders that just work.
Log in to leave a comment