Close Other Tabs Button Firefox

Examine source code of Close Other Tabs Button

Inspect and view changes in Close Other Tabs Button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "applications": {
    "gecko": {
      "id": "close-other-tabs-single@codefisher.org",
      "strict_min_version": "42.0"
    }
  },
  "author": "Michael Buckley",
  "background": {
    "scripts": [
      "close-other-tabs-background.js"
    ]
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "16": "icons/16-tabs-delete-others.png",
      "24": "icons/24-tabs-delete-others.png",
      "32": "icons/32-tabs-delete-others.png",
      "48": "icons/48-tabs-delete-others.png"
    },
    "default_title": "__MSG_closeOtherTabsLabel__"
  },
  "default_locale": "en_US",
  "description": "Close all the currently open tabs except the seleccted one.",
  "homepage_url": "https://codefisher.org/toolbar_button/",
  "icons": {
    "16": "icons/16-tabs-delete-others.png",
    "24": "icons/24-tabs-delete-others.png",
    "32": "icons/32-tabs-delete-others.png",
    "48": "icons/48-tabs-delete-others.png"
  },
  "manifest_version": 2,
  "name": "Close Other Tabs Button",
  "options_ui": {
    "browser_style": true,
    "page": "option/option.html"
  },
  "permissions": [
    "storage"
  ],
  "version": "1.4resigned1"
}

Best Close Other Tabs Button Alternatives

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