Examine source code of Tab Sider

Inspect and view changes in Tab Sider source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 3,
  "name": "Tab Sider",
  "version": "2.2.7",
  "icons": {
    "32": "images/tab32.png",
    "48": "images/tab48.png",
    "128": "images/tab128.png"
  },
  "side_panel": {
    "default_path": "sidepanel.html"
  },
  "permissions": [
    "sidePanel",
    "tabs",
    "storage"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "Click to show an alert"
  },
  "commands": {
    "side-tabs": {
      "suggested_key": {
        "default": "Ctrl+Shift+T",
        "mac": "MacCtrl+Shift+T"
      },
      "description": "Open the sidebar with tabs"
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}