copy-with-ref Firefox

Examine source code of copy-with-ref

Inspect and view changes in copy-with-ref source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "selection-to-clipboard-with-ref",
  "description": "Copying with current ref to the Clipboard",
  "version": "1.1",
  "homepage_url": "https://github.com/Softwaremanufaktur/create-with-ref",
  "icons": {
    "48": "icons/clipboard-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "copy-with-ref-amo@christian-abele.de",
      "strict_min_version": "48.0"
    }
  }
}

Best copy-with-ref Alternatives

Here are some Firefox add-ons that are similar to copy-with-ref: