Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eoger/tabcenter-redux
Vertical Tabs extension for Firefox
https://github.com/eoger/tabcenter-redux
firefox tabcenter vertical-tabs
Last synced: 3 months ago
JSON representation
Vertical Tabs extension for Firefox
- Host: GitHub
- URL: https://github.com/eoger/tabcenter-redux
- Owner: eoger
- License: mpl-2.0
- Archived: true
- Created: 2017-06-04T01:14:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-11T09:15:53.000Z (over 4 years ago)
- Last Synced: 2024-05-02T15:25:27.492Z (6 months ago)
- Topics: firefox, tabcenter, vertical-tabs
- Language: JavaScript
- Homepage:
- Size: 598 KB
- Stars: 379
- Watchers: 18
- Forks: 67
- Open Issues: 98
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Tab Center Redux
Your favorite vertical tabbed browsing add-on, now compatible with Firefox 57+.
[Install the extension](https://addons.mozilla.org/firefox/addon/tab-center-redux/).## Usage
Open the sidebar by clicking on the toolbar icon or with the following hotkeys:
- `Ctrl`+`Shift`+`O` on Windows
- `⌘`+`Shift`+`O` on macOS
- `F1` on Linux## Help localize the project!
You can contribute by helping translate Tab Center Redux [on Crowdin](https://crowdin.com/project/tab-center-redux).
Can't find your own language? [Open an issue!](https://github.com/eoger/tabcenter-redux/issues/new)[![Crowdin](https://d322cqt584bo4o.cloudfront.net/tab-center-redux/localized.svg)](https://crowdin.com/project/tab-center-redux)
## How can I contribute?
You need to have a recent version of node.
1. Clone this repository
2. Install the dependencies with `npm i`.
3. Run `npm run dev` and start hacking! [Here is a list of some things](https://github.com/eoger/tabcenter-redux/issues?q=is%3Aopen+is%3Aissue+label%3AA-P2) you could work on.If you don’t have Firefox Release installed, `WEB_EXT_FIREFOX=nightly npm run dev` or `WEB_EXT_FIREFOX=beta npm run dev` should work much better.
## Tests
Basic functional tests can be run by opening the extension's debug console (in `about:debugging`) and executing `tabCenter.startTests()` (in the sidebar document).