URL Copy Helper Firefox

Examine source code of URL Copy Helper

By: eetann Add-on
Inspect and view changes in URL Copy Helper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "URL Copy Helper",
  "description": "Copy current URL and Title. Rich Text is avalable!",
  "version": "1.0.4",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "permissions": [
    "tabs",
    "contextMenus",
    "activeTab",
    "scripting"
  ],
  "commands": {
    "Markdown": {
      "description": "Copy in Markdown format"
    },
    "HTML": {
      "description": "Copy in HTML format"
    },
    "URL": {
      "description": "Copy in URL format"
    },
    "Title": {
      "description": "Copy in Title format"
    },
    "WikiLink": {
      "description": "Copy in WikiLink format"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "url-copy-helper@eetann"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "URL Copy Helper",
    "default_popup": "popup.html"
  }
}

Best URL Copy Helper Alternatives

Here are some Firefox add-ons that are similar to URL Copy Helper: