Tab Lock (Ask before closing) Firefox

Examine source code of Tab Lock (Ask before closing)

By: ts
Inspect and view changes in Tab Lock (Ask before closing) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tab Lock",
  "version": "0.1",
  "description": "Lets you lock a tab, so you can't accidentally close it",
  "permissions": [
    "tabs",
    "menus",
    "scripting",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{a8706d84-4b48-465b-9cbd-c6ea1354176f}"
    }
  }
}

Best Tab Lock (Ask before closing) Alternatives

Here are some Firefox add-ons that are similar to Tab Lock (Ask before closing):