linkopier Firefox

Examine source code of linkopier

Por: asolovyov
Inspect and view changes in linkopier source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "linkopier",
  "version": "1.0",
  "description": "Copy url/link under cursor to clipboard.",
  "icons": {
    "48": "icons/icon@0.5x.png",
    "96": "icons/icon.png"
  },
  "permissions": [
    "clipboardWrite",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "find-link.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "linkopier@solovyov.net"
    }
  }
}

Mejores alternativas linkopier

Aquí hay algunas Firefox add-ons que son similares a linkopier: