tab groups for tree style tabs Firefox

Examine source code of tab groups for tree style tabs

Inspect and view changes in tab groups for tree style tabs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "tab groups for tree style tabs",
  "version": "1.5.2resigned1",
  "permissions": [
    "activeTab",
    "menus",
    "contextMenus",
    "contextualIdentities",
    "sessions",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "./background/background.js"
    ]
  },
  "commands": {
    "switch-to-next-group": {
      "suggested_key": {
        "default": "Ctrl+Shift+Right"
      }
    },
    "switch-to-previus-group": {
      "suggested_key": {
        "default": "Ctrl+Shift+Left"
      }
    }
  },
  "browser_action": {
    "default_title": "Tab Group",
    "default_popup": "./popup/popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{7814a2d1-81c3-4036-b64a-2ba9e62f707d}"
    }
  }
}

Best tab groups for tree style tabs Alternatives

Here are some Firefox add-ons that are similar to tab groups for tree style tabs: