queue/README.md

29 lines
1.1 KiB
Markdown
Raw Normal View History

2020-11-11 17:17:37 +00:00
# Queue
> A WebExtension for queueing links.
2020-11-20 13:58:32 +00:00
[![Queue on AMO](https://img.shields.io/amo/v/holllo-queue)](https://addons.mozilla.org/firefox/addon/holllo-queue)
![Queue 0.1.5](./screenshots/queue-version-0-1-5.png)
2020-11-20 13:58:32 +00:00
## Installation
* Queue is available [through Mozilla Addons](https://addons.mozilla.org/firefox/addon/holllo-queue/).
2020-11-20 13:58:32 +00:00
* Or via manual installation by either building from source yourself or using a prebuilt version available in the [Releases page](https://github.com/Holllo/queue/releases).
## Development
[NodeJS](https://nodejs.org) and [Yarn](https://yarnpkg.com) are required to build and develop the extension. As well as a relatively recent version of [Firefox](https://www.mozilla.org/firefox/).
2020-11-20 13:58:32 +00:00
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](https://github.com/Holllo/queue/releases).
2020-11-11 17:17:37 +00:00
## License
Licensed under [AGPL-3.0-or-later](https://github.com/Holllo/queue/blob/main/LICENSE).