A modern and professional Chrome extension to save and organize your links privately and securely with password protection.
- Password Protection: Secure your bookmarks with SHA-256 hashing
- Encryption: AES-256-GCM encryption for sensitive data
- Auto-lock: Configurable timeout for increased security
- Folders: Create unlimited folders with custom colors
- Tags: Tag your bookmarks for easy filtering
- Favorites: Mark important bookmarks
- Search: Powerful search function with fuzzy matching
- Dark/Light Theme: Switch between themes or follow system settings
- 5 Languages: English, Swedish, Turkish, Spanish, French
- Customizable UI: Modern design with animations
- Overview: See total bookmarks, folders, and tags
- Top Domains: See which sites you save the most
- Visit Counter: Track how often you visit your bookmarks
- Export/Import: JSON, CSV, HTML formats
- Automatic Backup: Daily backups
- Restore: Restore from previous backups
- Keyboard Shortcuts: Quick access with shortcuts
- Context Menu: Right-click to save links
- Omnibox: Search bookmarks from the address bar (type "pls")
- Visit Chrome Web Store (Coming soon)
- Search for "PrivateLinkSaver"
- Click "Add to Chrome"
- Download the latest version as .zip
- Extract the files
- Open Chrome and go to
chrome://extensions/ - Enable "Developer mode" in the top right corner
- Click "Load unpacked"
- Select the folder with extracted files
- Done!
- Click the extension icon in the toolbar
- Create a secure password (at least 6 characters)
- Login with your password
- Start saving your favorite sites!
- Via popup: Click extension icon β "Save current page"
- Context Menu: Right-click a link β "Save link to PrivateLinkSaver"
- Keyboard Shortcut: Press
Ctrl+Shift+S(Windows) orCmd+Shift+S(Mac)
- Create new folders with different colors
- Move bookmarks between folders
- Add tags for better filtering
- Search among your bookmarks
| Shortcut | Function |
|---|---|
Ctrl+Shift+S |
Save current page |
Ctrl+Shift+B |
Open PrivateLinkSaver |
Ctrl+Shift+F |
Quick search |
Ctrl+K |
Focus search field |
Ctrl+N |
Create new folder |
Ctrl+D |
Save current page |
Escape |
Clear search |
- Password: Hashed with SHA-256 and a unique 16-byte salt
- Encryption: AES-256-GCM for sensitive data
- Local Storage: All data is saved locally in your browser
- No Servers: No data is sent to external servers
PrivateLinkSaver/
βββ manifest.json # Extension configuration
βββ popup.html # Popup UI
βββ options.html # Settings page
βββ styles/
β βββ popup.css # Styles
βββ scripts/
β βββ popup.js # Popup logic
β βββ background.js # Service worker
β βββ options.js # Settings
β βββ storage.js # Storage functions
β βββ crypto.js # Encryption
β βββ translations.js # Translations
βββ icons/
β βββ icon16.png
β βββ icon32.png
β βββ icon48.png
β βββ icon128.png
βββ _locales/ # Translations
β βββ sv/
β βββ en/
β βββ tr/
β βββ es/
β βββ fr/
βββ README.md
βββ PRIVACY.md
βββ LICENSE
- Manifest V3: Latest Chrome Extension standard
- Vanilla JavaScript: No external dependencies
- Web Crypto API: Secure encryption
- Chrome Storage API: Local data storage
- CSS Variables: Dynamic themes
- Font Awesome: Icons
- Google Fonts: Inter font
- β¨ NEW: Complete UI overhaul with modern design
- β¨ NEW: Tag system for better organization
- β¨ NEW: Statistics and insights
- β¨ NEW: Automatic backup
- β¨ NEW: Omnibox integration (search with "pls")
- β¨ NEW: Visit counter
- β¨ NEW: Top domains display
- β¨ NEW: Improved search with fuzzy matching
- β¨ NEW: Settings page (options.html)
- π IMPROVED: Stronger encryption (AES-256-GCM)
- π IMPROVED: Password strength indicator
- π¨ IMPROVED: Dark/light theme
- π IMPROVED: Full i18n support
- β‘ IMPROVED: Performance optimizations
- π Initial release
- π Password protection with SHA-256
- π Folder functionality
- π Multilingual support
- π¨ Dark/light theme
- π€ Export/Import
Contributions are welcome! Follow these steps:
- Fork the repository
- Create a 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
This project is licensed under the MIT License - see LICENSE for details.
Created 2026 by Β© nRn World
π§ bynrnworld@gmail.com
If you like this project, consider to:
- β Star the project on GitHub
- β Buy me a coffee
- π’ Share with your friends