Container Tabs Sidebar Firefox

Examine source code of Container Tabs Sidebar

Inspect and view changes in Container Tabs Sidebar source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Container Tabs Sidebar",
  "version": "1.2.0",
  "description": "__MSG_description__",
  "homepage_url": "https://github.com/maciekmm/container-tabs-sidebar",
  "default_locale": "en",
  "sidebar_action": {
    "default_title": "Container Tabs",
    "default_panel": "sidebar/sidebar.html",
    "default_icon": "assets/sidebar-icon.svg",
    "browser_style": true
  },
  "browser_action": {
    "default_icon": "assets/sidebar-icon.svg",
    "default_title": "__MSG_browserAction_title__"
  },
  "background": {
    "page": "background/background.html"
  },
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  },
  "commands": {
    "_execute_sidebar_action": {
      "suggested_key": {
        "default": "F2"
      },
      "description": "__MSG_sidebar_show__"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "containertabssidebar@maciekmm.net",
      "strict_min_version": "65.0"
    }
  },
  "icons": {
    "98": "assets/icon98.png"
  },
  "permissions": [
    "tabs",
    "contextualIdentities",
    "cookies",
    "menus",
    "menus.overrideContext",
    "storage",
    "sessions"
  ]
}

Best Container Tabs Sidebar Alternatives

Here are some Firefox add-ons that are similar to Container Tabs Sidebar: