Ctrl+Alt+C should Trim Copy Firefox

Examine source code of Ctrl+Alt+C should Trim Copy

By: Ben
Inspect and view changes in Ctrl+Alt+C should Trim Copy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Trim Copy",
  "version": "1.0.0",
  "description": "Copy selected text to clipboard and trim leading/trailing spaces.",
  "icons": {
    "128": "128.png"
  },
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Trim and Copy Selection"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "trim-copy@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best Ctrl+Alt+C should Trim Copy Alternatives

Here are some Firefox add-ons that are similar to Ctrl+Alt+C should Trim Copy: