You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chrome / Firefox browser extension to interact with the note-taking desktop application QOwnNotes for managing bookmarks and act as a web-clipper.
QOwnNotes is the open source (GPL) plain-text file Markdown note-taking
application for GNU/Linux, macOS and Windows, that (optionally) works together with the notes application of
ownCloud or Nextcloud.
The extension is currently tested for Google Chrome and Mozilla Firefox.
Features
managing bookmarks with QOwnNotes notes
you can browse your QOwnNotes bookmarks
you can search for bookmarks and filter them by tag
you can add new bookmarks from the current tab or all tabs
you can add open all bookmarks in tabs
you can import your browser bookmarks to QOwnNotes
To use this extension QOwnNotes needs to be running.
Shortcuts
Chrome
use Ctrl + B to open the bookmarks popup
Firefox
use Ctrl + Alt + B to open the bookmarks popup
Access keys
Access keys in the bookmarks popup:
access key A to add a new bookmarks
access key S to search for bookmarks
access key O to open all visible bookmarks
access key T to jump to the tag selector
See Access keys
for more information on how to use access keys in your browser.
Permissions
the extension uses the tabs permission that may be interpreted as permission to Read your browsing history to be able to store bookmarks for all open tabs in a window with a single click
Development
npm install
npm run dev-chrome
npm run dev-firefox