CloseButton Firefox

Examine source code of CloseButton

By: Toaster
Inspect and view changes in CloseButton source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Add a button that close the window in the toolbar",
  "manifest_version": 2,
  "name": "CloseButton",
  "version": "0.2",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "48": "icons/close-48.svg",
      "96": "icons/close-96.svg"
    }
  }
}

Best CloseButton Alternatives

Here are some Firefox add-ons that are similar to CloseButton: