Quicknote

A persistent note/to-do list application — click a button in your browser and record notes, which will persist even after browser restarts.

Works in Firefox 47+.

Running with web-ext

web-ext generates a new profile on each run, meaning your data is not persisted between Firefox runs. To use web-ext and preserve this information, you will need an existing or new Firefox profile. Then run:

web-ext run –firefox-profile [A PATH TO A FIREFOX PROFILE] –keep-profile-changes

What it does

This extension includes:

Quicknote uses the WebExtensions Storage API to persist the notes.

What it shows