Close All Tabs Button Firefox

Examine source code of Close All Tabs Button

제작자: Button Guy Add-on
Inspect and view changes in Close All Tabs Button source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "applications": {
    "gecko": {
      "id": "close-all-tabs-single@codefisher.org",
      "strict_min_version": "42.0"
    }
  },
  "author": "Michael Buckley",
  "background": {
    "scripts": [
      "close-all-tabs-background.js"
    ]
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "16": "icons/16-tabs-delete.png",
      "24": "icons/24-tabs-delete.png",
      "32": "icons/32-tabs-delete.png",
      "48": "icons/48-tabs-delete.png"
    },
    "default_title": "__MSG_closeAllTabsTooltip__"
  },
  "default_locale": "en_US",
  "description": "Close all the the currently open tabs.",
  "homepage_url": "https://codefisher.org/toolbar_button/",
  "icons": {
    "16": "icons/16-tabs-delete.png",
    "24": "icons/24-tabs-delete.png",
    "32": "icons/32-tabs-delete.png",
    "48": "icons/48-tabs-delete.png"
  },
  "manifest_version": 2,
  "name": "Close All Tabs Button",
  "options_ui": {
    "browser_style": true,
    "page": "option/option.html"
  },
  "permissions": [
    "storage"
  ],
  "version": "1.4resigned1"
}

최고의 Close All Tabs Button 대안

다음은 Close All Tabs Button과(와) 유사한 Firefox add-on입니다: