Tab Grouping by Domain Firefox

Examine source code of Tab Grouping by Domain

By: secphor
Inspect and view changes in Tab Grouping 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 Grouping by Domain",
  "version": "1.0",
  "description": "Automatically group tabs by their domain for better organization",
  "permissions": [
    "tabs",
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Tab Grouping by Domain",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "id": "{93883955-d749-48ad-95af-5d421570d074}"
    }
  }
}

Best Tab Grouping by Domain Alternatives

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