Precise links Firefox

Examine source code of Precise links

By: Gerben
Inspect and view changes in Precise links source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Precise links",
  "description": "Enables creating and resolving links to specific pieces of text in a page.",
  "version": "1.0.3resigned1",
  "background": {
    "scripts": [
      "background_script.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "<all_urls>",
    "clipboardWrite",
    "contextMenus"
  ],
  "applications": {
    "gecko": {
      "id": "precise-links@precise-links"
    }
  },
  "manifest_version": 2
}

Best Precise links Alternatives

Here are some Firefox add-ons that are similar to Precise links: