Tab Out!

Tab Out!

Tab Out! is a simple but empowering extension for chrome. Tab Out! frees you from the mess of tabs that we all get ourselves into.…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tab Out!",
  "version": "1.2.7",
  "discription": "chrome extension which manages tabs-- allows the closing of all tabs and saves the session to be restored later.",
  "permissions": [
    "activeTab",
    "tabs",
    "notifications",
    "http://*/",
    "https://*/",
    "storage"
  ],
  "browser_action": {
    "default_icon": "icontab.png",
    "default_title": "Tab Out!",
    "default_popup": "menu.html"
  },
  "manifest_version": 2
}