Vertical Tabs Firefox

Examine source code of Vertical Tabs

Inspect and view changes in Vertical Tabs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Vertical Tabs",
  "description": "__MSG_extensionDescription__",
  "homepage_url": "https://github.com/typeling1578/vertical-tabs",
  "manifest_version": 2,
  "version": "1.0.5",
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "vertical-tabs@typeling1578",
      "strict_min_version": "91.0"
    }
  },
  "sidebar_action": {
    "default_title": "Vertical Tabs",
    "default_panel": "sidebar/sidebar.html",
    "default_icon": "vertical-tabs.svg"
  },
  "icons": {
    "48": "vertical-tabs.svg",
    "96": "vertical-tabs.svg"
  },
  "permissions": [
    "<all_urls>",
    "bookmarks",
    "browserSettings",
    "contextualIdentities",
    "cookies",
    "menus",
    "menus.overrideContext",
    "notifications",
    "search",
    "sessions",
    "storage",
    "tabs",
    "theme",
    "webNavigation"
  ],
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "16": "vertical-tabs.svg",
      "32": "vertical-tabs.svg"
    },
    "default_title": "__MSG_browserActionTitle__",
    "theme_icons": [
      {
        "dark": "vertical-tabs.svg",
        "light": "vertical-tabs.svg#light",
        "size": 16
      },
      {
        "dark": "vertical-tabs.svg",
        "light": "vertical-tabs.svg#light",
        "size": 32
      }
    ]
  },
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "commands": {
    "_execute_sidebar_action": {
      "suggested_key": {
        "default": "Shift+F1"
      },
      "description": "__MSG_browserActionTitle__"
    },
    "switch-to-last-active-tab": {
      "suggested_key": {
        "default": "Shift+F2"
      },
      "description": "__MSG_optionsSwitchLastActiveTab__"
    }
  },
  "options_ui": {
    "page": "options/options.html"
  }
}

Best Vertical Tabs Alternatives

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