Tab Sort by Domain Firefox

Examine source code of Tab Sort by Domain

Inspect and view changes in Tab Sort 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 Sort by Domain",
  "version": "1.0.0",
  "description": "Sort all tabs in the current window alphabetically by domain.",
  "icons": {
    "512": "filter.png"
  },
  "permissions": [
    "tabs"
  ],
  "browser_action": {
    "default_icon": {
      "512": "filter.png"
    },
    "default_title": "Sort tabs by domain"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "tab-sort@ian.camb.io",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best Tab Sort by Domain Alternatives

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