Tab Corral

The time has come to stop letting the tabs run wild. Put them in the corral and take your life back from too many tabs
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Tab Corral",
  "author": "Jarrod C Taylor",
  "short_name": "Tab Corral",
  "description": "The time has come to stop letting the tabs run wild. Put them in the corral and take your life back from too many tabs",
  "version": "0.1.0",
  "permissions": [
    "tabs",
    "storage",
    "activeTab"
  ],
  "icons": {
    "16": "img/corral16.png",
    "48": "img/corral48.png",
    "128": "img/corral128.png"
  },
  "browser_action": {
    "default_icon": "img/corral.png",
    "default_popup": "popup.html",
    "default_title": "Tab Corral"
  }
}