Bookmark Pro is a premium Chrome Extension for managing bookmarks with custom categories. It offers a clean, dashboard to organize your links effectively.
- Dashboard: A beautiful grid view of your bookmarks.
- Custom Categories: Organize bookmarks into tags like "Open Source", "Data Engineering", etc.
- Quick Add Popup: Easily save the current tab to a category using the extension popup.
- Persistent Storage: All data is saved locally in your browser.
- Responsive Design: Polished UI that works on various screen sizes.
- Clone or download this repository.
- Open Chrome and navigate to
chrome://extensions. - Enable Developer mode in the top right corner.
- Click Load unpacked.
- Select the root folder of this project (
bookmark-pro).
- Open the Dashboard (click the extension icon -> "Open Dashboard").
- Click + New Category in the sidebar.
- Enter a name and click Create.
- Navigate to any website you want to save.
- Click the Bookmark Pro icon in the Chrome toolbar.
- Enter a Title (auto-filled) and select a Category.
- Click Save Bookmark.
- View: Click a category in the sidebar to filter bookmarks.
- Delete: Hover over a bookmark card or category in the sidebar to reveal the delete options.
manifest.json: Chrome Extension configuration (Manifest V3).index.html: The main dashboard page.popup.html: The browser action popup.styles.css: Global styles and variables.scripts/: JavaScript logic for the dashboard, popup, and storage.assets/: Icons and images.
- HTML5
- CSS3 (Vanilla, CSS Variables)
- JavaScript (ES6+)
- Chrome Extension APIs (Storage, Tabs, Bookmarks)