Sorted Tabs

Sorted Tabs

Have too many tabs open? Use this add-on to sort them, organize them and clean them up.

Merlin
Additional files are visible only to premium users

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"
  }
}