Close All Tabs Firefox

Examine source code of Close All Tabs

By: Cggd
Inspect and view changes in Close All Tabs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Close All Tabs",
  "version": "1.1",
  "description": "Adds a 'Close all tabs' item to the tab's context menu.",
  "permissions": [
    "menus",
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@close-all-tabs.cggd",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Close All Tabs Alternatives

Here are some Firefox add-ons that are similar to Close All Tabs: