Sorted Tabs

Have too many tabs open? Use this add-on to sort them, organize them and clean them up.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Sorted Tabs",
  "version": "1.4",
  "description": "Adds a browser action to the toolbar that displays a popup with your opened tabs sorted by url. You can then select tabs or close them.",
  "icons": {
    "48": "icons/cado.png"
  },
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "browser_action": {
    "default_icon": "icons/cado.png",
    "default_title": "Sorted Tabs",
    "default_popup": "popup/sort.html"
  }
}