TabManager - Tabs Windows Manager

TabManager - Tabs Windows Manager

TabManager, One click to Store the closed Tabs, Close All Tabs or Windows or Windows and Restore them by one click

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "version": "0.0.3",
  "icons": {
    "19": "img/icon19.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "content_security_policy": "script-src 'self'; img-src 'self' data: *; object-src 'self'",
  "browser_action": {
    "default_title": "__MSG_name__",
    "default_icon": "img/icon19.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/jquery.js",
      "js/system.js",
      "js/background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "tabs",
    "storage",
    "http://*/*.ico",
    "https://*/*.ico",
    "file://*/*.ico"
  ],
  "optional_permissions": [
    "history",
    "bookmarks"
  ],
  "default_locale": "en",
  "manifest_version": 2,
  "homepage_url": "https://www.extmanager.com/",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}