Link in New Tab Firefox

Examine source code of Link in New Tab

Inspect and view changes in Link in New Tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Link in New Tab",
  "version": "1.3.0",
  "description": "Opens links in new tabs",
  "icons": {
    "96": "plusgreen.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "contextMenus",
    "cookies"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "browser_style": true,
    "default_title": "Toggle opening links in new tab",
    "default_icon": {
      "96": "plusgreen.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "commands": {
    "toggle-active": {
      "suggested_key": {
        "default": "Alt+N"
      },
      "description": "Toggle opening links in new tabs"
    }
  }
}

Best Link in New Tab Alternatives

Here are some Firefox add-ons that are similar to Link in New Tab: