One-Click Select & Copy Firefox

Examine source code of One-Click Select & Copy

Inspect and view changes in One-Click Select & Copy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "One-Click Select & Copy",
  "version": "1.8",
  "description": "Use shortcut key + one click to select or copy a word, sentence/line, or paragraph on any webpage.",
  "browser_specific_settings": {
    "gecko": {
      "id": "one-click-select-copy@mywebfix.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "clipboardWrite",
    "<all_urls>"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": false
  },
  "browser_action": {
    "default_title": "One-Click Select & Copy",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png"
    }
  }
}

Best One-Click Select & Copy Alternatives

Here are some Firefox add-ons that are similar to One-Click Select & Copy: