Tab Group by Domain Firefox

Examine source code of Tab Group by Domain

By: Vertigo
Inspect and view changes in Tab Group by Domain source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tab Group by Domain",
  "version": "1.0",
  "description": "Group tabs by their domain and access them via a dropdown menu, and move all tabs of a domain to a new window.",
  "permissions": [
    "tabs"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "group.png",
      "48": "group.png",
      "128": "group.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "group.png",
    "48": "group.png",
    "128": "group.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{6b4505b0-4a03-481b-b72b-9cda7b9e5739}"
    }
  }
}

Best Tab Group by Domain Alternatives

Here are some Firefox add-ons that are similar to Tab Group by Domain: