Copy Text Firefox

Examine source code of Copy Text

Inspect and view changes in Copy Text source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Copy Text",
  "version": "1.1.3",
  "description": "Copy just the text (without HTML tags or unnecessary white spaces).",
  "icons": {
    "16": "resources/icon1-16.png",
    "32": "resources/icon1-32.png",
    "48": "resources/icon1-48.png",
    "96": "resources/icon1-96.png"
  },
  "applications": {
    "gecko": {
      "id": "copytext@my.manybuddies.com",
      "strict_min_version": "70.0"
    }
  },
  "options_ui": {
    "page": "ui_options/ui_options.html",
    "browser_style": true,
    "open_in_tab": false
  },
  "background": {
    "scripts": [
      "bs_engine.js"
    ]
  },
  "permissions": [
    "<all_urls>",
    "menus",
    "clipboardWrite"
  ]
}

Best Copy Text Alternatives

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