Noti.u is a lightweight Chrome extension that lets you save highlighted text on any webpage and receive random reminder notifications about it later.
- Save selected text from any webpage
- Visual highlighting of saved text
- Random notifications reminding you of saved content
- Reminder manager with options to view and delete saved texts
- Clone or download the repository
- Go to
chrome://extensions/in your Chrome browser - Enable Developer Mode (top right)
- Click Load unpacked and select the folder with the extension files
manifest.json— Extension manifestbackground.js— Background script (notification logic)contentScript.js— Content script (handles highlighting and saving text)popup.html— UI for the reminder managerassets/icon.png— Extension icon
No third-party libraries — pure JavaScript.
storage— Save and manage reminderstabs— Access active tab infoalarms— Schedule random notificationsnotifications— Display Chrome notifications
- Highlight any text on a webpage
- Click the 🔔 button that appears
- The text is saved and visually highlighted
- After a random interval (24–72 hours), a Chrome notification reminds you about it
- Manage or delete reminders from the popup interface
In the popup manager, click the ✕ button next to a saved text to delete it.
This project is licensed under the MIT License.
