All Projects → qownnotes → web-companion

qownnotes / web-companion

Licence: GPL-3.0 License
Browser extension to browse bookmarks and create notes in QOwnNotes

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
shell
77523 projects

Projects that are alternatives of or similar to web-companion

scripts
QOwnNotes script repository
Stars: ✭ 70 (+32.08%)
Mutual labels:  note-taking, qownnotes
Qownnotes
QOwnNotes is a plain-text file notepad and todo-list manager with markdown support and Nextcloud / ownCloud integration.
Stars: ✭ 2,357 (+4347.17%)
Mutual labels:  note-taking, qownnotes
fb-post-screenshot
Firefox Web Extension to save Facebook posts as images
Stars: ✭ 18 (-66.04%)
Mutual labels:  screenshot, firefox-extension
home-assistant-extension
📌 Home Assistant browser extension
Stars: ✭ 143 (+169.81%)
Mutual labels:  firefox-extension
web-extension-boilerplate
The web extension boilerplate help to set up project quickly using typescript, jest, webpack, githook, prettier and github actions
Stars: ✭ 35 (-33.96%)
Mutual labels:  firefox-extension
HomebrewOverlay
Browser extension adware (showHomebrewOverlayOuter)
Stars: ✭ 52 (-1.89%)
Mutual labels:  firefox-extension
fake-tweet-generator
Generate convincing fake tweet images
Stars: ✭ 20 (-62.26%)
Mutual labels:  screenshot
syncwatch
Browser extension to watch videos together
Stars: ✭ 48 (-9.43%)
Mutual labels:  firefox-extension
folio
Python-powered, Markdown-formatted personal wiki
Stars: ✭ 27 (-49.06%)
Mutual labels:  note-taking
youtube-video-quality
Watch YouTube in your preferred video quality
Stars: ✭ 37 (-30.19%)
Mutual labels:  firefox-extension
pageshot
Pageshot as a service.
Stars: ✭ 45 (-15.09%)
Mutual labels:  screenshot
pappet
A command-line tool to crawl websites using puppeteer.
Stars: ✭ 95 (+79.25%)
Mutual labels:  screenshot
referrer control
Firefox extension to control HTTP request referrer
Stars: ✭ 33 (-37.74%)
Mutual labels:  firefox-extension
csgo-trader-extension
CSGO Trader Browser Extension to help with CS:GO item trading, marketing and much more
Stars: ✭ 86 (+62.26%)
Mutual labels:  firefox-extension
stylish-hub
🍹 A browser extension that brings new GitHub features and experience.
Stars: ✭ 14 (-73.58%)
Mutual labels:  firefox-extension
Capturable
🚀Jetpack Compose utility library for capturing Composable content and transforming it into Bitmap Image🖼️
Stars: ✭ 365 (+588.68%)
Mutual labels:  screenshot
statically
📸 Generate Webpage Screenshots Using the Statically API
Stars: ✭ 28 (-47.17%)
Mutual labels:  screenshot
safe-search
Sets the built-in adult content filter (most often: safe search) on Google, YouTube, Bing, Yahoo, DuckDuckGo, Startpage, Dogpile, Yandex, Vimeo, Reddit, Ecosia, Dailymotion, Qwant, and Patreon.
Stars: ✭ 16 (-69.81%)
Mutual labels:  firefox-extension
Limg
An image hosting service powered by Laravel
Stars: ✭ 41 (-22.64%)
Mutual labels:  screenshot
grammarly-markdown-extension
🖋 Convert Grammarly to Markdown (browser extension)
Stars: ✭ 23 (-56.6%)
Mutual labels:  firefox-extension

QOwnNotes Web Companion browser extension

GitHub | Changelog | Releases | Chrome Web Store | Firefox Add-ons page | QOwnNotes web page

build-test

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
    • for more information about the bookmarks feature please visit QOwnNotes Web Companion browser extension
  • creating a new note (only text) from the current selection by right-clicking it
    • this is scriptable in QOwnNotes
  • creating a new note from the content of the current web page by right-clicking on the page
    • the HTML will be converted to Markdown and images of the page will be downloaded (might take a while)
    • this is scriptable in QOwnNotes
  • creating a new note with a screenshot of the visible part of the current webpage by right-clicking on the page
  • you can change the server socket port in the extension Option page

Screenshot

Screenhot

Installation

Download the latest release from Releases, visit chrome://extensions/ (for Chrome) and drop the extension file into your browser.

You can also use the Chrome Web Store or the Firefox Add-ons page to install the extension.

To use this extension QOwnNotes needs to be running.

Shortcuts

Chrome

  • use Ctrl + B to open the bookmarks popup
    • access key A to add a new bookmarks (for example press Alt + A in Chrome)
    • access key S to search for bookmarks
    • access key O to open all visible bookmarks
    • access key T to jump to the tag selector

Firefox

  • use Ctrl + Shift + B to open the bookmarks popup

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

Building packages

./build.sh
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].