Clipboard Helper Firefox

Examine source code of Clipboard Helper

Inspect and view changes in Clipboard Helper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Clipboard helper",
  "version": "4.1resigned1",
  "permissions": [
    "storage",
    "unlimitedStorage",
    "menus",
    "clipboardWrite",
    "clipboardRead"
  ],
  "browser_action": {
    "default_icon": "icons/cbh-32.png",
    "browser_style": false
  },
  "sidebar_action": {
    "default_icon": "icons/cbh-32.png",
    "default_title": "Clipboard",
    "default_panel": "panel/panel.html"
  },
  "icons": {
    "48": "icons/cbh-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ],
      "all_frames": true
    }
  ],
  "applications": {
    "gecko": {
      "id": "dobrojutro@clipboardHelper.com"
    }
  },
  "commands": {
    "_execute_sidebar_action": {
      "suggested_key": {
        "default": "Alt+C"
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best Clipboard Helper Alternatives

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