Save Pins on Window Close

Save Pins on Window Close

restore pinned tabs when a window was closed, since the normal restore only restores the pinned tabs in the last closed window

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "igorlogius",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "description": "",
  "manifest_version": 2,
  "name": "save-pins-on-window-close",
  "permissions": [
    "tabs",
    "sessions"
  ],
  "version": "0.1.1"
}