Delete Tab Firefox

Examine source code of Delete Tab

Inspect and view changes in Delete Tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Delete Tab",
  "description": "Close the current tab by pressing the key Delete.",
  "homepage_url": "https://github.com/Smile4ever/Delete-Tab",
  "manifest_version": 3,
  "version": "1.2.0",
  "default_locale": "en",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "128": "icons/delete-tab-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "deletetab.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "deletetabnorestart@hugsmile.eu",
      "strict_min_version": "109.0"
    }
  },
  "permissions": [
    "storage",
    "tabs",
    "notifications"
  ],
  "options_ui": {
    "page": "options.html"
  }
}

Meilleures alternatives Delete Tab

Voici quelques Firefox add-ons qui sont similaires à Delete Tab :