Sidetabs Firefox

Examine source code of Sidetabs

Inspect and view changes in Sidetabs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "A Firefox extension that shows vertical tabs in the sidebar.",
  "version": "0.69",
  "author": "Jeb Nicholson",
  "name": "Sidetabs",
  "manifest_version": 2,
  "icons": {
    "48": "sidetabs.svg",
    "96": "sidetabs.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "112.0",
      "id": "{ccc8cbaa-3c36-46d1-b0ae-d5e122755901}"
    }
  },
  "background": {
    "scripts": [
      "entries/background/main.js"
    ]
  },
  "options_ui": {
    "page": "settings.html",
    "open_in_tab": true
  },
  "sidebar_action": {
    "default_icon": "sidetabs.svg",
    "default_title": "Sidetabs",
    "default_panel": "entries/sidebar/sidebar.html"
  },
  "browser_action": {
    "default_icon": {
      "128": "sidetabs.svg"
    },
    "default_title": "Toggle Sidetabs",
    "theme_icons": [
      {
        "light": "sidetabs-light.svg",
        "dark": "sidetabs-dark.svg",
        "size": 128
      }
    ]
  },
  "web_accessible_resources": [
    "welcome.html"
  ],
  "commands": {
    "_execute_sidebar_action": {
      "suggested_key": {
        "default": "MacCtrl+Alt+R"
      }
    }
  },
  "permissions": [
    "tabs",
    "menus",
    "menus.overrideContext",
    "bookmarks",
    "sessions",
    "cookies",
    "contextualIdentities",
    "theme",
    "storage",
    "browsingData"
  ]
}

Best Sidetabs Alternatives

Here are some Firefox add-ons that are similar to Sidetabs: