Beautifully organize and access your bookmarks directly from the new tab page.
Features • Installation • Usage • Customization • Contributing • License
- Category Management — Create, organize, and manage bookmark categories
- Intuitive Bookmarking — Add, view, and delete bookmarks within categories
- Tab Integration — View all open tabs and add them to categories with a single click
- Elegant UI — Refined glassmorphism interface with modern typography and soft shadows
- Responsive Layout — Fluid three-panel grid that adapts beautifully from ultrawide screens down to mobile
- Data Privacy — All data is stored locally in your browser (using IndexedDB)
- Zero Data Collection — No data is sent to any servers
- Drag and Drop — Organize your bookmarks and categories with intuitive drag-and-drop functionality
- Collapsible Panels — Customize your view by toggling sidebar visibility
- Clone or download this repository
git clone https://github.com/Ismailco/SaveIt.git
- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode" in the top-right corner
- Click "Load unpacked" and select the folder containing this extension
- The extension is now installed and will override your new tab page
- Open a new tab to access SaveIt
- Click "+ Add Category" to create a new category
- Select a category and click "+ Add Bookmark" to add a new bookmark manually
- Browse your open tabs on the right side and click "+" to add any open tab to the selected category
- Click on a bookmark to visit the website
- Use the toggle buttons to collapse or expand the side panels
- Click the "×" next to a bookmark or category to delete it
- Click "↻ Refresh" to update the list of open tabs
If you want to change the appearance or behavior of the extension:
newtab.css— Tweak the design tokens, layout grid, and component stylingnewtab.js— Customize functionality and behaviorsnewtab.html— Adjust the structure and layout- Replace the icon files in the
iconsfolder with your own designs
SaveIt was initially created for personal use but has evolved to be shared with the community. Contributions are welcome and appreciated!
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
Feel free to open issues for bug reports, feature requests, or general feedback.
- This extension uses IndexedDB, which means data is stored in your browser
- Clearing browser data might delete your saved bookmarks
- There is no sync functionality between different browsers or devices
- The extension requires "tabs" permission to access your open tabs
This project is licensed under the MIT License - see the LICENSE file for details. You are free to use, modify, and distribute this code for personal or commercial purposes.
SaveIt was originally created as a personal project to streamline bookmark management. What started as a simple tool for personal use has now grown into a project that I'd like to share with others who might find it useful.
Made with ☕ by Ismail Courr