Copy Inner Text Firefox

Examine source code of Copy Inner Text

Inspect and view changes in Copy Inner Text source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Copy Inner Text",
  "version": "2.2",
  "description": "Copy the internal text of a link, a button, the 'title' attribute or the innerText of any DOM element to the clipboard using the context menu.",
  "author": "GostFox",
  "icons": {
    "48": "icon48.png",
    "96": "icon96.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{177a26eb-9ad3-431f-a415-8eb43754f5e6}",
      "strict_min_version": "109.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "all_frames": true,
      "match_about_blank": true
    }
  ],
  "permissions": [
    "contextMenus",
    "clipboardWrite",
    "tabs",
    "storage",
    "scripting"
  ],
  "optional_permissions": [
    "activeTab"
  ]
}

Best Copy Inner Text Alternatives

Here are some Firefox add-ons that are similar to Copy Inner Text: