New Tab Same Group Firefox

Examine source code of New Tab Same Group

Inspect and view changes in New Tab Same Group source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "New Tab Same Group",
  "version": "1.7.0",
  "description": "Automatically adds new tabs to the same group as the active tab in Firefox.",
  "icons": {
    "128": "images/new-tab-same-group-128.png"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_title": "New Tab Same Group",
    "default_icon": "images/new-tab-same-group-128.png",
    "default_popup": "options.html"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "addon@new-tab-same-group.dev",
      "strict_min_version": "138.0"
    }
  }
}

Best New Tab Same Group Alternatives

Here are some Firefox add-ons that are similar to New Tab Same Group: