Zen Tab Sorter Firefox

Examine source code of Zen Tab Sorter

Inspect and view changes in Zen Tab Sorter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Zen Tab Sorter",
  "version": "2.91",
  "description": "Sorts tabs by domain and title. Hotkey: Alt+S.",
  "permissions": [
    "tabs",
    "tabGroups",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "commands": {
    "sort-tabs": {
      "suggested_key": {
        "default": "Alt+S"
      },
      "description": "Sort all tabs and groups by domain then title"
    }
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "browser_action": {
    "default_title": "Sort all tabs (Alt+S) — Right-click for settings",
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      },
      "id": "{e8ef475c-3452-4fff-92f5-39a689787cd2}"
    }
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  }
}

Best Zen Tab Sorter Alternatives

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