jonathanKingston / sea-containers

Sidebar for managing container tabs
https://addons.mozilla.org/en-GB/firefox/addon/sea-containers/
Mozilla Public License 2.0
32 stars 6 forks source link

Sea Containers

What it does

Opens a sidebar to manage containers

Sidebar managing containers

To open the sidebar use Ctrl/Cmd+Shift+Period.

Installing

Installing to debug

Demo as sidebar only

Firefox lets users override 'chrome' level styles. Add a chrome directory and create a chrome/userChrome.css file with the following contents:

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#TabsToolbar {
  visibility: collapse;
}

When firefox is reloaded you won't have any horizontal tabs.

Credits