Copy TabURL as Text Firefox

Examine source code of Copy TabURL as Text

Inspect and view changes in Copy TabURL as Text source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "author": "igorlogius",
  "commands": {
    "_execute_page_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+C"
      }
    }
  },
  "description": "Copy active tab url via pageAction or shortcut",
  "icons": {
    "128": "icon.svg"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "manifest_version": 2,
  "name": "Copy Tab URL as Text",
  "page_action": {
    "browser_style": true,
    "show_matches": [
      "<all_urls>"
    ],
    "default_popup": "popup.html",
    "default_icon": "icon.svg"
  },
  "permissions": [
    "activeTab",
    "clipboardWrite"
  ],
  "version": "1.2.10",
  "browser_specific_settings": {
    "gecko": {
      "id": "{5b3cbc90-4e8a-4877-b0e8-eecf42b4d604}"
    }
  }
}

Best Copy TabURL as Text Alternatives

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