ClipHistory – Enhanced Ctrl+C Firefox

Examine source code of ClipHistory – Enhanced Ctrl+C

Inspect and view changes in ClipHistory – Enhanced Ctrl+C source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ClipHistory",
  "version": "1.1",
  "description": "The text is not only copied to your clipboard but also saved to a special history",
  "permissions": [
    "storage",
    "activeTab",
    "clipboardRead"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon128.png"
  },
  "commands": {
    "save_clipboard": {
      "suggested_key": {
        "default": "Ctrl+C"
      },
      "description": "Zapisuje skopiowany tekst do schowka."
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{b597b60d-e6cb-4eab-b5e2-3e07f0636f33}"
    }
  }
}

Best ClipHistory – Enhanced Ctrl+C Alternatives

Here are some Firefox add-ons that are similar to ClipHistory – Enhanced Ctrl+C: