Copy Element Text Firefox

Examine source code of Copy Element Text

Por: NoahR02
Inspect and view changes in Copy Element Text source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "copyElementText",
  "version": "1.0",
  "description": "Adds a menu item to the context menu, which will copy an element's text content.",
  "permissions": [
    "contextMenus",
    "clipboardWrite"
  ],
  "background": {
    "scripts": [
      "index.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "front.js"
      ]
    }
  ]
}

Mejores alternativas Copy Element Text

Aquí hay algunas Firefox add-ons que son similares a Copy Element Text: