Zen Tab Sorterer Agent Firefox

Examine source code of Zen Tab Sorterer Agent

Inspect and view changes in Zen Tab Sorterer Agent source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Zen Tab Sorterer Agent",
  "version": "1.2",
  "description": "Automatic tab sorting by domain (eTLD+1 → SLD) and title; duplicate removal; hotkey Alt+S.",
  "permissions": [
    "tabs",
    "activeTab",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "sort-tabs": {
      "description": "Sort tabs by domain and title",
      "suggested_key": {
        "default": "Alt+S",
        "windows": "Alt+S",
        "linux": "Alt+S",
        "mac": "Alt+S"
      }
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "zen-tab-sorter@example.com",
      "strict_min_version": "109.0"
    }
  },
  "icons": {
    "512": "icons/icon-512.png"
  }
}

Best Zen Tab Sorterer Agent Alternatives

Here are some Firefox add-ons that are similar to Zen Tab Sorterer Agent: