BView is a Chrome extension that organizes and displays your bookmarks in a visually appealing card format. With BView, users can easily browse their bookmarks by folder and view any uncategorized bookmarks in a dedicated section. This extension offers a clean and simple user interface, making it easy to access and manage bookmarks.
- Bookmark Folders Display: All bookmark folders are listed at the top, allowing users to filter bookmarks by selected folders.
- Uncategorized Bookmarks: Bookmarks that are not in any folder are displayed under a separate "Uncategorized Bookmarks" section.
- Clean Card Format: Bookmarks are displayed in a responsive card layout with easy access to their URLs.
- Lightweight and Fast: Simple and efficient for users who need a quick way to manage their bookmarks.
- Clone or download this repository to your local machine.
- Navigate to
chrome://extensions/
in Google Chrome. - Enable Developer mode by toggling the switch in the top-right corner.
- Click on Load unpacked and select the folder where you have saved the extension files.
- The BView extension will now appear in your Chrome extensions bar.
- Click the Extension Icon: Click the BView icon in your Chrome toolbar to open the extension in a new tab.
- Browse by Folders: All your bookmark folders are displayed at the top. Click on any folder to view its bookmarks.
- View Uncategorized Bookmarks: Click on "Uncategorized Bookmarks" to see bookmarks that are not inside any folder.
- Open Bookmarks: Each bookmark is displayed as a card. Click the Visit button on any card to open the bookmark in a new tab.
.
├── background.js # Handles background tasks like permissions
├── index.html # Main UI of the extension
├── index.js # JavaScript for interacting with Chrome bookmarks API
├── logo.png # Extension icon
├── manifest.json # Chrome extension manifest file
└── README.md # Project documentation (this file)
Let me know if you'd like to tweak or add any specific details!