Tab Group Snapshot Firefox

Examine source code of Tab Group Snapshot

By: PKBET
Inspect and view changes in Tab Group Snapshot source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tab Group Snapshot",
  "version": "1.0",
  "description": "Save and restore the current state of all open tabs.",
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon.png"
    }
  },
  "icons": {
    "48": "icons/icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{4ea42b0d-6c90-4360-8a46-a2223e49824c}"
    }
  }
}

Best Tab Group Snapshot Alternatives

Here are some Firefox add-ons that are similar to Tab Group Snapshot: