2022-09-27 10:21:53 +00:00
# Queue ⇥
2020-11-11 17:17:37 +00:00
2022-09-27 10:21:53 +00:00
> **Effortless temporary bookmarks.**
2020-11-11 17:17:37 +00:00
2022-03-22 09:34:24 +00:00
[![Get Queue for Firefox ](./images/mozilla-addons.png )](https://addons.mozilla.org/firefox/addon/holllo-queue)
[![Get Queue for Chrome ](./images/chrome-web-store.png )](https://chrome.google.com/webstore/detail/queue/epnbikemcmienphlfmidkimpjnmohcbl)
[![Get Queue for Edge ](./images/microsoft.png )](https://microsoftedge.microsoft.com/addons/detail/queue/aanjampfdpcnhoeglmfefmmegdbifaak)
2020-11-20 13:58:32 +00:00
2022-10-25 11:23:14 +00:00
![Latest Queue screenshot ](./images/queue-version-0-3-0.png )
2020-11-20 13:58:32 +00:00
2022-03-20 13:18:30 +00:00
## Wiki
2022-09-27 10:21:53 +00:00
Want to find out more about Queue? Check out [the wiki ](https://git.bauke.xyz/Holllo/queue/wiki ).
2022-03-20 13:18:30 +00:00
2020-11-20 13:58:32 +00:00
## Installation
2022-09-27 10:21:53 +00:00
You can install Queue through the stores linked above, [manually from a file] (see [the Releases page] for ZIP files) or [from source ](#development ).
2022-03-05 13:10:45 +00:00
2022-09-27 10:21:53 +00:00
[manually from a file]: https://support.mozilla.org/en-US/kb/find-and-install-add-ons-add-features-to-firefox#w_how-do-i-find-and-install-add-ons
[the Releases page]: https://git.bauke.xyz/Holllo/queue/releases
2020-11-20 13:58:32 +00:00
## Development
2022-09-27 10:21:53 +00:00
To build Queue you will need [git ](https://git-scm.com ), [NodeJS ](https://nodejs.org ) and [pnpm ](https://pnpm.io ).
2020-11-20 13:58:32 +00:00
2022-09-27 10:21:53 +00:00
* Install the dependencies with `pnpm install` .
* Start a separate browser with `pnpm start` .
* Build the WebExtension for production with `pnpm build` .
* Test the code with `pnpm test` .
2020-11-20 13:58:32 +00:00
2020-11-11 17:17:37 +00:00
## License
2022-09-27 10:21:53 +00:00
Distributed under the [AGPL-3.0-or-later ](https://spdx.org/licenses/AGPL-3.0-or-later.html ) license, see [LICENSE ](https://git.bauke.xyz/Holllo/queue/src/branch/main/LICENSE ) for more information.