Copy Link Text

Copy Link Text

Copy the text of the link.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Copy the text of the link.",
  "manifest_version": 2,
  "name": "Copy Link Text",
  "version": "1.6.4",
  "default_locale": "en",
  "applications": {
    "gecko": {
      "id": "{b144be59-6bdc-41e0-9141-9f8d00373d93}",
      "strict_min_version": "74.0"
    }
  },
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "64": "icons/64.png",
    "96": "icons/96.png"
  },
  "permissions": [
    "clipboardWrite",
    "menus"
  ],
  "optional_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}