Vertical Tree Tabs Firefox

Examine source code of Vertical Tree Tabs

By: Bill
Inspect and view changes in Vertical Tree Tabs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Vertical Tree Tabs",
  "version": "1.5.1",
  "description": "Display your tabs in a sidebar.",
  "browser_specific_settings": {
    "gecko": {
      "id": "vertical_tree_tabs@example.com"
    }
  },
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg"
  },
  "permissions": [
    "tabs",
    "sessions",
    "menus",
    "menus.overrideContext"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "sidebar_action": {
    "default_panel": "sidebar.html",
    "default_icon": "icon.svg"
  },
  "commands": {
    "_execute_sidebar_action": {
      "suggested_key": {
        "default": "F1"
      }
    }
  }
}

Best Vertical Tree Tabs Alternatives

Here are some Firefox add-ons that are similar to Vertical Tree Tabs: