• This repository has been archived on 17/Nov/2022
  • Stars
    star
    379
  • Rank 113,004 (Top 3 %)
  • Language
    JavaScript
  • License
    Mozilla Public Li...
  • Created over 7 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Vertical Tabs extension for Firefox

Tab Center Redux

Your favorite vertical tabbed browsing add-on, now compatible with Firefox 57+. Install the extension.

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.
Can't find your own language? Open an issue!

Crowdin

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 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).