jonathanKingston / sea-containers

Sidebar for managing container tabs

Home Page:https://addons.mozilla.org/en-GB/firefox/addon/sea-containers/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • Requires Firefox 54 (currently in Beta)
  • Requires containers enabled
  • Go to about:debugging
  • Load Temporary Addon
  • Click the manifest file in this directory
  • As this is a debugging extension, it wont last after a restart.
    • This is currently going through review process to be installable through addons.mozilla.org

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

About

Sidebar for managing container tabs

https://addons.mozilla.org/en-GB/firefox/addon/sea-containers/

License:Mozilla Public License 2.0


Languages

Language:JavaScript 69.9%Language:CSS 25.9%Language:HTML 4.2%