Tab Hibernation

Tab Hibernation

Sends your inactive tabs to sleep

Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Tab Hibernation",
  "description": "Sends your inactive tabs to sleep",
  "version": "0.1.3",
  "permissions": [
    "tabs"
  ],
  "browser_action": {
    "default_icon": {
      "19": "icon19.png",
      "38": "icon38.png"
    },
    "default_title": "send inactive tabs to sleep"
  },
  "background": {
    "scripts": [
      "underscore.js",
      "eventPage.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "minimum_chrome_version": "25.0"
}