danielptv / bookmark-bar-switcher

Browser extension which enables the user to switch between multiple bookmark bars.
MIT License
7 stars 1 forks source link
chrome-extension productivity typescript vuejs

Bookmark Bar Switcher

Tests status Chrome Web Store Users Chrome Web Store Chrome Web Store Version License: MIT

A browser extension for conveniently switching between bookmark bars.

Bookmark Bar Switcher

Chrome Web Store

Inspiration

The development of this extension was inspired by the original Bookmark-Bar-Switcher. Sadly, it does not work with the current version of Chrome any longer. Therefore, I have developed a new app using Vue.js with TypeScript and Bootstrap recreating and extending the functionality of the original.

Supported Browsers

Currently, this extension supports Chromium browsers only.

Browser Support Level
Chrome Officially Supported (with automated tests)
Opera Officially Supported (with automated tests)
Edge Unofficially Supported as a Chrome-compatible target (but not explicitly tested in automation)

How to Use

Switch between Bookmark Bars

Mouse

All available bookmark bars will show up in the extension popup. To switch between them, just click the one you would like to switch to.

Keyboard Shortcuts

Alternatively, you can also switch using keyboard shortcuts. The default bindings are:

Shortcut Command
CTRL + UpArrow Switch to the next bookmark bar
CTRL + DownArrow Switch to the previous bookmark bar
CTRL + Shift + 1 Switch to the first bookmark bar
CTRL + Shift + 2 Switch to the second bookmark bar

Additional shortcuts are available. To assign them or redefine existing shortcuts visit chrome://extensions/shortcuts.

Edit Bookmark Bars

You can add, rename, reorder and remove bookmark bars from within the extension:

How it Works

The extension exchanges the bookmarks inside the current bookmark bar with the ones within a chosen folder in the "Bookmark Bars" directory. The current bookmark bar will be backed up to a folder in "Bookmark Bars". The current bookmark bar will be called "My first bookmark bar 🚀" when you first install the extension.