Tab Saver

Tab Saver

This extension helps you close tabs fast and help keep track of your tabs!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "description": "This extension helps you close tabs fast and help keep track of your tabs!",
  "manifest_version": 2,
  "name": "Tab Saver",
  "permissions": [
    "tabs",
    "storage"
  ],
  "version": "0.1"
}