Tab Sorting Tools Firefox

Examine source code of Tab Sorting Tools

By: Evan S
Inspect and view changes in Tab Sorting Tools source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tab Sorting Tools",
  "version": "1.3",
  "description": "Enhance your Firefox tab bar: reverse, sort, randomise, move, and undo actions on selected tabs via a context menu.",
  "permissions": [
    "tabs",
    "menus",
    "notifications"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "tabsorter@infernobolt1.uk",
      "strict_min_version": "146.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "collects_personal_data": false,
        "collects_user_activity": false,
        "collects_website_content": false,
        "collects_identifiers": false
      }
    }
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_title": "Tab Sorting Tools"
  }
}

Best Tab Sorting Tools Alternatives

Here are some Firefox add-ons that are similar to Tab Sorting Tools: