Effortless temporary bookmarks. https://holllo.org/queue/
Go to file
Bauke 792bd26d4f
Use the tab title when adding from tab menu.
2020-11-20 19:02:15 +01:00
docs Fix the clone and install script. 2020-11-20 15:01:33 +01:00
source Use the tab title when adding from tab menu. 2020-11-20 19:02:15 +01:00
.gitignore Initial 0.1.0 commit! 🎉 2020-11-11 18:17:37 +01:00
LICENSE Initial 0.1.0 commit! 🎉 2020-11-11 18:17:37 +01:00
README.md Fix the clone and install script. 2020-11-20 15:01:33 +01:00
package.json Update dependencies. 2020-11-20 03:40:43 +01:00
tsconfig.json Initial 0.1.0 commit! 🎉 2020-11-11 18:17:37 +01:00
yarn.lock Update dependencies. 2020-11-20 03:40:43 +01:00

README.md

Queue

A WebExtension for queueing links.

Queue on AMO

Queue 0.1.5

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.