A powerful Chrome extension for managing your saved Reddit posts with tags, search, bulk operations, and export to Notion/Obsidian.
- Sidebar Access - Quick access with
Ctrl+B/Cmd+B - Infinite Scroll - Automatically loads more posts as you scroll
- Quick Save - Floating save button on every post in your feed
- Custom Tags - Create and assign tags to any saved post
- Auto-Tags - Automatically tag posts based on subreddit
- Search - Full-text search across titles, subreddits, and authors
- 8 Sort Options - By date saved, post date, score, or subreddit A-Z
- Multi-Select - Select multiple posts at once
- Bulk Tagging - Add tags to many posts simultaneously
- Bulk Unsave - Remove multiple posts from saved
- Rate Limited - Respects Reddit's API limits (500ms between requests)
- Notion - Formatted for Notion import
- Obsidian - Markdown with YAML frontmatter
- Markdown - Clean markdown file
- JSON - Complete data with all tags
- CSV - Spreadsheet compatible
- Backup - Export/import your tags
- Dark & Light Themes - Toggle with one click
- Keyboard Navigation - Arrow keys + Enter
- Bilingual - English & Slovak
- Statistics - Visual breakdown of your saved content
- Clean Reading - Hides promoted/sponsored content
- Visit [Chrome Web Store link]
- Click "Add to Chrome"
- Download or clone this repository
- Open
chrome://extensions/in Chrome - Enable "Developer mode" (top right)
- Click "Load unpacked"
- Select the extension folder
- Open Sidebar: Press
Ctrl+B(orCmd+Bon Mac) or click the extension icon - Browse Posts: Scroll through your saved content
- Add Tags: Click the tag icon on any post
- Search: Type in the search box to filter posts
- Export: Go to Export tab and choose your format
| Key | Action |
|---|---|
Ctrl+B / Cmd+B |
Toggle sidebar |
Escape |
Close sidebar |
↑ / ↓ |
Navigate posts |
Enter |
Open selected post |
[Add screenshots here]
- No data collection - Everything stays on your device
- No external servers - Direct communication with Reddit only
- No password required - Uses your existing browser session
- Open source - Review the code yourself
See PRIVACY_POLICY.md for details.
- Manifest Version: 3
- Permissions:
storage,host_permissionsfor reddit.com - No OAuth Required: Uses Reddit's public JSON API with session cookies
- Chrome Storage Sync: Tags sync across your devices
savo-reddit/
├── manifest.json # Extension configuration
├── content.js # Main extension logic
├── sidebar.css # Sidebar styles
├── background.js # Service worker
├── icons/ # Extension icons
├── PRIVACY_POLICY.md # Privacy policy
└── README.md # This file
No build step required. The extension runs directly from source.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
- Initial public release
- Sidebar with saved posts management
- Custom tagging system
- Auto-tags based on subreddit
- Export to Notion, Obsidian, Markdown, JSON, CSV
- Bulk operations with rate limiting
- Dark/Light themes
- English/Slovak localization
- Quick save buttons on feed posts
- Clean reading mode (hides promoted content)
- Statistics dashboard
MIT License - see LICENSE for details.
This extension is an independent project and is not affiliated with, endorsed by, or connected to Reddit Inc.
- Issues: GitHub Issues
- Feature Requests: Open an issue with the "enhancement" label
Made with care for the Reddit community.