Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hupf/tabmarks
Web Extension for handling groups of tabs persisted as bookmarks
https://github.com/hupf/tabmarks
firefox tabs-management webextension
Last synced: 2 days ago
JSON representation
Web Extension for handling groups of tabs persisted as bookmarks
- Host: GitHub
- URL: https://github.com/hupf/tabmarks
- Owner: hupf
- License: mit
- Created: 2017-07-31T07:22:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-19T13:51:44.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T23:21:20.193Z (7 months ago)
- Topics: firefox, tabs-management, webextension
- Language: JavaScript
- Homepage: https://addons.mozilla.org/en-US/firefox/addon/tabmarks/
- Size: 239 KB
- Stars: 15
- Watchers: 5
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Tabmarks
Web Extension for handling groups of tabs persisted as bookmarks.
Available on AMO here: https://addons.mozilla.org/firefox/addon/tabmarks/
[![Build Status](https://travis-ci.org/hupf/tabmarks.svg?branch=master)](https://travis-ci.org/hupf/tabmarks)
## Known issues
* Switching to a group loads all tabs (which is slow and clutters browser history), see #9
* No ability to rename, move or delete groups without browser restart, see #6
* No i18n support (currently English only)
* Only tested with Firefox## Development (for Firefox)
Install dependencies:
yarn install
Open Firefox and load the extension temporarily in the browser:
yarn start
Linting:
yarn lint
Testing:
yarn test
Creating a ZIP file (will be put in `web-ext-artifacts/`):
yarn build
## Author
Mathis Hofer (thanks to [Puzzle ITC](https://puzzle.ch) for letting me start this project)
## License
Distributed under the [MIT License](LICENSE).