Tab Keeper

Tab Keeper

Automatically closes inactive tabs and makes it easy to get them back.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "page": "background.html"
  },
  "manifest_version": 2,
  "name": "Tab Keeper",
  "options_page": "popup.html",
  "version": "1.4",
  "description": "Automatically closes inactive tabs and makes it easy to get them back.",
  "minimum_chrome_version": "28",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "browser_action": {
    "default_title": "Tab Keeper",
    "default_icon": "img/icon.png",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "img/icon48.png"
  ],
  "permissions": [
    "tabs",
    "bookmarks",
    "notifications",
    "storage",
    "contextMenus"
  ]
}