https://github.com/lucavehbiu/remindme-extension.git
A 100% private, Chrome extension that lets you set reminders for any web content with just a right-click. Perfect for remembering to follow up on articles, images, or any web content later.
Unlike other "save for later" tools, Remind Me is designed with privacy as a core principle:
chrome.storage.local)git clone https://github.com/yourusername/remindme-extension.git
npm run build
chrome://extensions/dist directoryThe extension is built with vanilla JavaScript and Tailwind CSS for simplicity and performance. Key files:
manifest.json: Extension configuration (v3, minimal permissions)popup.html/js: The reminder creation interfacebackground.js: Manages context menus, alarms, and notificationsPRIVACY.md: Detailed privacy policygit checkout -b feature/amazing-feature)git commit -m 'Add amazing feature')git push origin feature/amazing-feature)MIT License - feel free to use this project however you'd like!