Double ESC Close Tab Firefox

Examine source code of Double ESC Close Tab

Inspect and view changes in Double ESC Close Tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Double ESC Close Tab",
  "version": "2.0",
  "description": "This is a Firefox addon that closes a tab by pressing the ESC key twice.",
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{2c431f09-e113-490e-80f3-4d7faca6e313}"
    }
  }
}

Best Double ESC Close Tab Alternatives

Here are some Firefox add-ons that are similar to Double ESC Close Tab: