Daily Goal Tracker
A new-tab page showing your top 3 goals for the day.
productivity
PlugThis prompt
Build a Chrome extension called "Daily Goal Tracker" that overrides the new-tab page with a minimal dashboard showing the user's top 3 goals for today, a check-off UI, the current date/time, and a streak counter for days where all 3 goals were completed. Auto-reset goals at midnight local time, with an option to carry incomplete goals forward. Store data in chrome.storage.local. Permissions: storage. Manifest V3 with chrome_url_overrides.newtab.
How to build it in 3 minutes
- Sign in to PlugThis and open the chat input.
- Copy the prompt above and paste it into the chat.
- PlugThis generates the full Manifest V3 extension in 60-90 seconds.
- Download the zip, extract it, and load it via
chrome://extensionsdeveloper mode.