https://github.com/johnjones4/Standard-Notes-Clipper
A browser add-on (Firefox and Chrome) that allows you to clip web pages to your Standard Notes account.
https://github.com/johnjones4/Standard-Notes-Clipper
Last synced: 29 days ago
JSON representation
A browser add-on (Firefox and Chrome) that allows you to clip web pages to your Standard Notes account.
- Host: GitHub
- URL: https://github.com/johnjones4/Standard-Notes-Clipper
- Owner: johnjones4
- License: mit
- Archived: true
- Created: 2019-09-28T12:24:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-06T16:51:16.000Z (almost 4 years ago)
- Last Synced: 2025-03-11T04:18:06.220Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 4.84 MB
- Stars: 128
- Watchers: 14
- Forks: 13
- Open Issues: 10
-
Metadata Files:
- Readme: Readme.md
- License: License.txt
Awesome Lists containing this project
- awesome-standard-notes - Standard Notes Clipper - (Tools / Browser)
README
# Standard Notes Clipper
[](https://travis-ci.org/johnjones4/Standard-Notes-Clipper)
[](https://standardjs.com)
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](https://github.com/johnjones4/Standard-Notes-Clipper/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](https://github.com/johnjones4/Standard-Notes-Clipper/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:
```bash
# git clone [email protected]: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