Automatically Copy Links Firefox

Examine source code of Automatically Copy Links

Inspect and view changes in Automatically Copy Links source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Automatically Copy Links",
  "version": "1.0",
  "description": "Automatically monitors and copies all visited links to your clipboard.",
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "clipboardWrite",
    "webNavigation"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{d525cd68-adc6-433c-82a9-ac600eb3f4b4}"
    }
  }
}

Mejores alternativas Automatically Copy Links

Aquí hay algunas Firefox add-ons que son similares a Automatically Copy Links: