Copy current tab title and URL to clipboard Firefox

Examine source code of Copy current tab title and URL to clipboard

By: cbo
Inspect and view changes in Copy current tab title and URL to clipboard source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "1.1.2",
  "default_locale": "en",
  "description": "__MSG_extensionDescription__",
  "permissions": [
    "activeTab",
    "clipboardWrite"
  ],
  "background": {
    "scripts": [
      "CurrentTabToClipboard.js"
    ]
  },
  "icons": {
    "48": "CurrentTabToClipboard.svg",
    "96": "CurrentTabToClipboard.svg"
  },
  "page_action": {
    "show_matches": [
      "<all_urls>"
    ],
    "browser_style": true,
    "default_icon": "CurrentTabToClipboard.svg",
    "default_title": "__MSG_toolTip__",
    "pinned": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "CurrentTabToClipboard@elblur.fr"
    }
  }
}

Best Copy current tab title and URL to clipboard Alternatives

Here are some Firefox add-ons that are similar to Copy current tab title and URL to clipboard: