Link JS href Fixer Firefox

Examine source code of Link JS href Fixer

By: Rune
Inspect and view changes in Link JS href Fixer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Link Fixer",
  "description": "Restores consistent ctrl+click, shift+click, cmd+click and middle-click behaviour when clicking links.",
  "version": "1.11",
  "homepage_url": "https://github.com/danielnixon/link-fixer",
  "icons": {
    "48": "icons/link-48.png"
  },
  "background": {
    "scripts": [
      "background-script.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "permissions": [
    "browserSettings",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{b1c2b160-5ce8-4545-82da-c8ad65d2d975}"
    }
  }
}

Best Link JS href Fixer Alternatives

Here are some Firefox add-ons that are similar to Link JS href Fixer: