cloudqq / Standard-Notes-Clipper

A browser add-on (Firefox and Chrome) that allows you to clip web pages to your Standard Notes account.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Standard Notes Clipper

Build Status JavaScript Style Guide

Add-on Preview

This is a browser add-on (Firefox and Chrome) that allows you to clip web pages to your Standard Notes account. The add-on let's you select the portion of the page you want to clip. It then adds the HTML content of that selection to your Standard Notes account.

Please use and share your feedback! And, of course, contributions are welcome!

Installation

Firefox

Download the latest firefox.xpi file from releases. Then, go to Tools > Add-ons, and click the gear icon and select Install Add-on From File from the menu. Now go to your downloads folder and select the firefox.xpi file.

Chrome

Download the latest chrome.zip file from releases and unzip it. Go to Window > Extensions, then click Load unpacked and drive to the unzipped folder and click Select.

Building and Running from Source

To build the plugin from source, execute the following:

# git clone git@github.com:johnjones4/Standard-Notes-Clipper.git
# cd Standard-Notes-Clipper
# npm install
# npm run build

Firefox

Go to Tools > Add-ons, then click the gear icon and select Debug Addons from the menu. On the Add-ons debug page, click Load Temporary Add-on... and drive to folder containing this project's build folder and select the _manifest.json file.

Chrome

Go to Window > Extensions, then click Load unpacked and drive to folder containing this project's build folder and click Select.

Acknowledgements and Contributions

  • Cut by Gregor Cresnar from the Noun Project

About

A browser add-on (Firefox and Chrome) that allows you to clip web pages to your Standard Notes account.

License:MIT License


Languages

Language:JavaScript 84.9%Language:CSS 14.4%Language:HTML 0.7%