Tab Save & Restore

Tab Save & Restore

Saves the links of all open tabs and allows for one by one or all together restoration.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Tab Save/Restore",
  "description": "Save and restore your windows and tabs",
  "version": "3.0",
  "applications": {
    "gecko": {
      "strict_min_version": "57.0",
      "id": "[email protected]"
    }
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "browser_action": {
    "browser_style": true,
    "default_icon": "icons/tabs-32.png",
    "default_title": "Save/Restore",
    "default_popup": "popup/save_restore.html"
  }
}