CopyTabTitleUrl (MV2 version) Firefox

Examine source code of CopyTabTitleUrl (MV2 version)

Inspect and view changes in CopyTabTitleUrl (MV2 version) 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
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "2.4.0",
  "default_locale": "en",
  "author": "toshi",
  "homepage_url": "https://github.com/wesinator/CopyTabTitleUrl",
  "browser_specific_settings": {
    "gecko": {
      "id": "CopyTabTitleUrl-mv2@wesinator.github.io"
    }
  },
  "background": {
    "scripts": [
      "/common.js",
      "/lib/punycode.js/punycode.js",
      "/background/scripting.js",
      "/background/compiler.js",
      "/background/format.js",
      "/background/clipboard.js",
      "/background/background.js"
    ]
  },
  "browser_action": {
    "default_title": "__MSG_extensionName__",
    "default_icon": {
      "19": "icon/19.png",
      "38": "icon/38.png"
    }
  },
  "options_ui": {
    "page": "/options/options.html"
  },
  "icons": {
    "16": "icon/16.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "commands": {
    "shortcut_action": {
      "suggested_key": {
        "default": "Alt+C"
      },
      "description": "format"
    },
    "shortcut_action2": {
      "description": "format2"
    }
  },
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "contextMenus",
    "scripting",
    "storage",
    "tabs"
  ]
}

Best CopyTabTitleUrl (MV2 version) Alternatives

Here are some Firefox add-ons that are similar to CopyTabTitleUrl (MV2 version):