Text Copier Firefox

Examine source code of Text Copier

Inspect and view changes in Text Copier source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Text Copier",
  "version": "1.2",
  "description": "Copy text from elements with keyboard shortcuts and hover functionality",
  "permissions": [
    "clipboardWrite",
    "notifications",
    "activeTab"
  ],
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "styles.css"
      ],
      "js": [
        "content.js",
        "popup/popup.js"
      ]
    }
  ],
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{2d8f4736-7479-432c-97fd-3b85370b599f}"
    }
  }
}

Best Text Copier Alternatives

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