Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jingyu9575/tabs-to-bookmark-groups

(Work in progress) Firefox extension to save the tabs to a bookmark group and switch between different groups.
https://github.com/jingyu9575/tabs-to-bookmark-groups

Last synced: 12 days ago
JSON representation

(Work in progress) Firefox extension to save the tabs to a bookmark group and switch between different groups.

Awesome Lists containing this project

README

        

# Tabs to Bookmark Groups

(Work in progress) Firefox extension to save the tabs to a bookmark group and switch between different groups.

## Build

Install the dependencies:

```sh
npm install --only=prod
```

The globally installed build tools can be used, found by `$PATH`. It is also possible to install the packages locally:

```sh
npm install --only=dev
```

Run the build script to generate the unpacked extension in `dist`:

```sh
node build
```

Create unsigned XPI release: (requires the `zip` command)

```sh
node build --xpi
```