Link Fixer Firefox

Examine source code of Link Fixer

Inspect and view changes in Link 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"
  ],
  "applications": {
    "gecko": {
      "id": "{18b670e2-67df-4b26-b9b0-34835d1f062a}"
    }
  }
}

Best Link Fixer Alternatives

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