Discard Tab Firefox

Examine source code of Discard Tab

Inspect and view changes in Discard Tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Discard Tab",
  "description": "Discard tabs to free up resources",
  "version": "2.1",
  "icons": {
    "48": "icon.svg"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "discard-tab-command": {
      "suggested_key": {
        "default": "Alt+U"
      },
      "description": "Discard Current Tab"
    }
  },
  "permissions": [
    "tabs",
    "contextMenus",
    "activeTab"
  ]
}

Meilleures alternatives Discard Tab

Voici quelques Firefox add-ons qui sont similaires à Discard Tab :