TabBoard - Fork of Tab Session Manager Firefox

Examine source code of TabBoard - Fork of Tab Session Manager

Inspect and view changes in TabBoard - Fork of Tab Session Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "version": "7.3.0",
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "tabboard@local",
      "data_collection_permissions": {
        "collects_data": false,
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "tabs",
    "tabGroups",
    "cookies",
    "downloads",
    "identity",
    "alarms",
    "<all_urls>"
  ],
  "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"
    ],
    "persistent": true
  },
  "browser_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__"
    }
  }
}

Meilleures alternatives TabBoard - Fork of Tab Session Manager

Voici quelques Firefox add-ons qui sont similaires à TabBoard - Fork of Tab Session Manager :