Tab Auto Sort

Move the tabs you last used to either end of the tab list to keep organised.
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": "Tab Auto Sort",
  "version": "1.0.1",
  "description": "Move the tabs you last used to either end of the tab list to keep organised.",
  "icons": {
    "48": "icon.svg"
  },
  "background": {
    "scripts": [
      "background-script.js"
    ]
  },
  "permissions": [
    "storage"
  ],
  "options_ui": {
    "page": "settings.html",
    "browser_style": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "tabautosort@figgyc.uk"
    }
  }
}