TabSorter

TabSorter

This extension sorts your browser tabs in the best way possible.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "TabSorter",
  "description": "This extension sorts your browser tabs in the best way possible.",
  "author": "andr00",
  "version": "1.0.0.2",
  "background": {
    "persistent": false,
    "scripts": [
      "tabsorter.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "tsicon19.png",
      "38": "tsicon38.png"
    },
    "default_title": "Sort tabs."
  },
  "permissions": [
    "tabs"
  ],
  "icons": {
    "16": "tsicon16.png",
    "48": "tsicon48.png",
    "128": "tsicon128.png"
  },
  "short_name": "TabSorter"
}