Save the current page with the keyboard shortcut
The fastest way to save any page is the built-in keyboard shortcut. Press it from anywhere in your browser and the Bkmark popup opens, pre-filled with the current page’s URL and title.| Platform | Shortcut |
|---|---|
| Windows / Linux | Ctrl + Shift + B |
| Mac | Cmd + Shift + B |
Press the shortcut on any page
Hit
Ctrl+Shift+B (or Cmd+Shift+B on Mac). The Bkmark popup opens with the URL and page title already filled in.Review and edit the details
The popup lets you adjust the Title, add an optional Description, assign Tags, and choose one or more Groups. You can also type a new tag or group name directly — Bkmark creates it on the fly when you save.
Open the popup by clicking the toolbar icon
You can also click the Bkmark icon in your browser toolbar to open the popup at any time.Click the Bkmark icon
Find the Bkmark icon in your toolbar (pin it first if you have not — see the install guide). Click it to open the popup.
Choose a bookmark type
At the top of the form, three type buttons let you switch between Link (a web page), Note (freeform text), and Code (a code snippet). The default is Link, which pre-fills the active page’s URL.
The popup also has a footer link — Open Dashboard → — that takes you directly to your Bkmark dashboard in a new tab.
Right-click to save a page or any link
The extension adds two items to your browser’s context menu so you can save content without opening the popup at all.Right-click anywhere on a page or on a link
- To save the current page, right-click an empty area of the page and choose Save to bkmark.it.
- To save a specific link, right-click the link text or URL and choose Save to bkmark.it.
Customize the keyboard shortcut
IfCtrl+Shift+B conflicts with another shortcut on your system, you can change it in your browser settings.
- Chrome
- Firefox
Open the extensions shortcuts page
In the Chrome address bar, type
chrome://extensions/shortcuts and press Enter.Find Bkmark
Scroll to the bkmark.it section. You will see the Save current page to bkmark.it command.
How the content script works
The extension loads a lightweight content script on every page you visit. It has two responsibilities:- Selection detection — When you use the right-click Save highlight menu, the content script reads the text you have selected and passes it to the extension, which then calls the Bkmark API to save it.
- Type detection — The extension analyses your selected text to decide whether it is a plain Note or a Code snippet. It checks the hostname of the page (GitHub, GitLab, Stack Overflow, CodePen, and others are treated as code hosts) and scans the text for common code syntax patterns. You can always override the detected type manually inside the popup.
Import your existing browser bookmarks
The popup includes a full bookmark importer so you can migrate your existing browser bookmarks to Bkmark in one go.Open the popup and click 'Import Bookmarks'
Click the Bkmark toolbar icon to open the popup, then click the Import Bookmarks link in the footer.
Select the folders to import
The importer reads your browser’s bookmark folders and displays them in a tree view with bookmark counts. Check the folders you want to import, or use Select All to include everything.
The importer requires the Bookmarks permission that was granted during installation. Your existing browser bookmarks are never modified or deleted — Bkmark only reads them.