Copy Formatted Tab Link Firefox

Examine source code of Copy Formatted Tab Link

By: NielsG
Inspect and view changes in Copy Formatted Tab Link source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Copy Tab Link",
  "version": "1.0",
  "description": "Allows copying of the current tab's link to the clipboard, formatted as the tab title.",
  "icons": {
    "48": "icons/copy-48.png",
    "96": "icons/copy-96.png"
  },
  "permissions": [
    "tabs",
    "clipboardWrite",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "copy.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      },
      "id": "{9337c3af-8d5d-4867-8eb4-dd117e708458}"
    }
  }
}

Best Copy Formatted Tab Link Alternatives

Here are some Firefox add-ons that are similar to Copy Formatted Tab Link: