A Chrome extension that provides a powerful note-taking experience right in your browser's side panel. Take notes with rich text editing, code blocks, and AI-powered assistance.
- 📝 Rich Text Editor - BlockNote-based editor with headings, lists, code blocks (40+ languages with syntax highlighting)
- 🤖 AI Assistant - Chat with AI about your notes using your own OpenAI or Gemini API key
- Summarize notes
- Extract information (URLs, dates, etc.)
- Format data (JSON, lists, tables)
- Generate content based on notes
- 💾 Local Storage - All notes stored locally using IndexedDB - your data never leaves your browser
- 🎨 Dark/Light Mode - Seamless theme switching with system preference detection
- ⌨️ Keyboard Shortcut - Quick access with
Cmd+.(Mac) orCtrl+.(Windows/Linux) - 📱 Side Panel - Always accessible without disrupting your workflow
- Visit the Chrome Web Store listing
- Click "Add to Chrome"
If you want to install without building from source:
- Download the latest
lo-note-v1.0.0.zipfrom Releases - Extract the zip file to a folder on your computer
- Open Chrome and navigate to
chrome://extensions - Enable Developer mode (toggle switch in the top right)
- Click Load unpacked
- Select the extracted folder (contains
manifest.json) - The Lo-Note extension should now appear in your extensions list
- Click the "Lo" button on any webpage or use
Cmd+./Ctrl+.
For developers who want to build from source:
- Download or clone this repository
- Run
npm installto install dependencies - Run
npm run buildto build the extension - Open Chrome and go to
chrome://extensions - Enable "Developer mode" (top right)
- Click "Load unpacked"
- Select the
distfolder from this project
-
Open the side panel
-
Start taking notes
-
Use AI features (optional)
- 100% Local - All notes are stored in your browser's IndexedDB
- No Cloud Sync - Your data never leaves your device
- API Keys - Stored locally, never transmitted to any server except OpenAI/Gemini
- No Tracking - We don't collect any analytics or usage data
See PRIVACY_POLICY.md for full details.
- React - UI framework
- TypeScript - Type safety
- BlockNote - Rich text editor
- Vite - Build tool
- IndexedDB - Local storage
- Chrome Extension Manifest V3
MIT License - see LICENSE file for details
- Issues: GitHub Issues
- Email: [Your support email]
Made with ❤️ by [Your Name]




