Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jingyu9575/tabs-to-bookmark-groups
- Owner: jingyu9575
- License: mpl-2.0
- Created: 2019-08-31T23:29:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-10T11:23:08.000Z (over 3 years ago)
- Last Synced: 2024-08-01T16:56:23.761Z (3 months ago)
- Language: TypeScript
- Homepage: https://addons.mozilla.org/firefox/addon/tabs-to-bookmark-groups/
- Size: 259 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```