Select Link Text Firefox

Examine source code of Select Link Text

Inspect and view changes in Select Link Text source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "applications": {
    "gecko": {
      "id": "select-link-text@afnankhan",
      "strict_min_version": "51.0"
    }
  },
  "name": "Select Link Text",
  "version": "2017.3.27resigned1",
  "description": "Select link's text just like regular text",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "match_about_blank": true
    }
  ],
  "web_accessible_resources": [
    "script.js"
  ]
}

Best Select Link Text Alternatives

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