copyTemplate Firefox

Examine source code of copyTemplate

Inspect and view changes in copyTemplate source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "copyTemplate",
  "description": "Copy URLs, tab names, etc. to the clipboard in a specific format",
  "version": "0.0.4",
  "icons": {
    "64": "icons/icon.png"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "background_script.js"
    ]
  },
  "options_ui": {
    "page": "options/index.html"
  },
  "permissions": [
    "contextMenus",
    "storage",
    "clipboardWrite",
    "<all_urls>",
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "copyTemplate@jhypd380.com"
    }
  }
}

Best copyTemplate Alternatives

Here are some Firefox add-ons that are similar to copyTemplate: