A lightweight Chrome extension to manage tasks, notes, and files per website.
All your data is stored locally in Chrome storage, scoped by domain.
- ✅ Add tasks (with check, copy, delete)
- ✅ Add notes (auto-save, copy, clear)
- ✅ Upload files (list, delete)
- ✅ Keep everything per-site (each domain has its own notes & tasks)
- ✅ View and switch between all saved sites
- ✅ Modern hamburger menu with animations
- ✅ Minimal memory usage (no background polling)
- Clone or download this repository.
- Open Chrome and go to
chrome://extensions/. - Enable Developer mode (top right).
- Click Load unpacked and select this folder.
- The extension will now appear in your toolbar.
If you want to distribute:
zip -r site-notes-v1.0.zip . -x '*.git*'
