Effortless temporary bookmarks.
https://holllo.org/queue/
Bauke a67d78c099 | ||
---|---|---|
docs | ||
source | ||
.gitignore | ||
LICENSE | ||
README.md | ||
package.json | ||
tsconfig.json | ||
yarn.lock |
README.md
Queue
A WebExtension for queueing links.
Installation
- Queue is available through AMO.
- Or via manual installation by either building from source yourself or using a prebuilt version available in the Releases page.
Development
Node.js LTS and Yarn are required to build and develop the extension. As well as a relatively recent version of Firefox.
To get started, a script to clone the repository and install the dependencies is available. You can download and execute the script in one go with the following command.
bash -c "$(curl -fsSL https://raw.githubusercontent.com/Holllo/queue/main/docs/scripts/clone-and-install.sh)"
To test the extension, run yarn start:firefox
.
To develop and reload the extension on changes, run yarn watch
in one terminal and yarn start:firefox
in another.
Changelog
All changes made can be found for every version in Releases page.
License
Licensed under AGPL-3.0-or-later.