Bookmark Browser
A VS Code extension for managing bookmarks in the integrated browser sidebar.
Features
- Bookmark Management - Add, edit, and delete bookmarks with titles and URLs
- Folder Organization - Create folders to organize bookmarks hierarchically
- Sidebar View - Access bookmarks from the VS Code activity bar
- Quick Open - Open bookmarks directly in the integrated browser
Usage
- Click the bookmark icon in the activity bar to open the bookmark sidebar
- Use the title bar buttons to add bookmarks or folders
- Right-click items for edit/delete options
- Click a bookmark to open it in the browser
Commands
| Command |
Description |
Add Bookmark |
Add a new bookmark |
Add Folder |
Create a new folder |
Edit Bookmark |
Edit selected bookmark |
Delete |
Delete selected item |
Open Bookmark |
Open bookmark in browser |
Refresh |
Refresh the tree view |
Development
# Install dependencies
npm install
# Build
npm run build
# Watch mode
npm run watch
# Type check
npm run typecheck
License
MIT
| |