Tab Session Manager 7.4.0fork Firefox

Examine source code of Tab Session Manager 7.4.0fork

Inspect and view changes in Tab Session Manager 7.4.0fork source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "version": "7.4.0",
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "{58e0d0a9-e136-4427-b0a6-845db67d76ce}",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": [
          "browsingActivity"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "tabs",
    "tabGroups",
    "cookies",
    "downloads",
    "identity",
    "alarms",
    "notifications"
  ],
  "optional_permissions": [
    "https://www.googleapis.com/*"
  ],
  "options_ui": {
    "page": "options/index.html",
    "open_in_tab": true
  },
  "icons": {
    "16": "icons/icon_min.svg",
    "64": "icons/icon.svg"
  },
  "background": {
    "scripts": [
      "background/background.js"
    ],
    "type": "module"
  },
  "action": {
    "default_icon": {
      "16": "icons/icon_min.svg",
      "64": "icons/icon.svg"
    },
    "default_popup": "popup/index.html"
  },
  "commands": {
    "_execute_action": {
      "description": "__MSG_openPopupDescription__"
    },
    "saveAllWindow": {
      "description": "__MSG_saveAllWindowDescription__"
    },
    "saveCurrentWindow": {
      "description": "__MSG_saveCurrentWindowDescription__"
    },
    "exportSessions": {
      "description": "__MSG_exportSessionsDescription__"
    }
  }
}

Best Tab Session Manager 7.4.0fork Alternatives

Here are some Firefox add-ons that are similar to Tab Session Manager 7.4.0fork: