Effortless temporary bookmarks. https://holllo.org/queue/
Go to file
Bauke 6fc61d476c
Version 0.2.3.
2022-03-20 22:18:37 +01:00
screenshots Version 0.2.2. 2022-03-17 15:55:02 +01:00
source (De)serialize local history items the same as settings. 2022-03-20 22:06:11 +01:00
tests Fix dates not being serialized properly in Chromium. 2022-03-20 19:21:52 +01:00
.gitignore Version 0.2.0, fix all the things. 2022-03-05 14:10:45 +01:00
.stylelintrc.json Version 0.2.0, fix all the things. 2022-03-05 14:10:45 +01:00
LICENSE Initial 0.1.0 commit! 🎉 2020-11-11 18:17:37 +01:00
README.md Add a link to the wiki. 2022-03-20 14:18:30 +01:00
package.json Add build support for Chromium with Manifest V3. 2022-03-20 19:02:37 +01:00
pnpm-lock.yaml Add the @holllo/gram package. 2022-03-17 14:03:35 +01:00
tsconfig.json Version 0.2.0, fix all the things. 2022-03-05 14:10:45 +01:00
vite.config.ts Version 0.2.3. 2022-03-20 22:18:37 +01:00

README.md

Queue

A WebExtension for queueing links.

Queue on AMO

Queue 0.2.2

Wiki

Want to find out more about Queue? Check out the wiki.

Installation

You can install Queue through Mozilla Addons, installing from a file (see the Releases page for a prebuilt version) or building from source.

Development

To build Queue you will need git, NodeJS and pnpm. Then from a terminal, run the following commands.

# Step 1. Download the repository with Git.
git clone https://github.com/Holllo/queue
cd queue

# Step 2. Install the dependencies.
pnpm install

# Step 3. Start an auto-reloading browser instance for development.
pnpm start

# Step 4. Lint the code and run tests.
pnpm test

# Step 5. Build the WebExtension for production.
# See the web-ext-artifacts directory for output.
pnpm build

License

Queue is open-sourced with the AGPL-3.0-or-later license.