Tab Sorter Firefox

Examine source code of Tab Sorter

By: Etienne
Inspect and view changes in Tab Sorter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "default_locale": "en",
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "author": "Etienne Schalk",
  "version": "0.9",
  "action": {
    "default_title": "Tab Sorter",
    "default_popup": "tab-sorter.html"
  },
  "background": {
    "page": "background-tab-sorter.html"
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "commands": {
    "command_sort_tabs_mru": {
      "description": "Command: Sort Tabs by MRU (Most Recently Used)",
      "suggested_key": {
        "default": "Ctrl+Shift+Space"
      }
    },
    "command_sort_tabs_favicon_and_title": {
      "description": "Command: Sort Tabs by Favicon then Title"
    },
    "command_sort_tabs_title": {
      "description": "Command: Sort Tabs by Title"
    },
    "command_sort_tabs_url": {
      "description": "Command: Sort Tabs by URL"
    },
    "command_sort_tabs_shuffle": {
      "description": "Command: Shuffle Tabs"
    },
    "command_extract_domain": {
      "description": "Command: Extract Domain - Move current tab and all same-domain tabs to new window",
      "suggested_key": {
        "default": "Ctrl+Shift+L"
      }
    }
  },
  "permissions": [
    "tabs",
    "tabGroups",
    "storage"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{cd22212d-81b5-4884-b5de-f3721aa82579}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Tab Sorter Alternatives

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