Clean Copy Chrome

Examine source code of Clean Copy

By: MoGo Tools
Inspect and view changes in Clean Copy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Clean Copy",
  "version": "1.1.0",
  "description": "Copy selected text as plain text.",
  "action": {
    "default_title": "Clean Copy",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "scripting",
    "contextMenus"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "options_page": "options.html",
  "commands": {
    "clean-copy": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y",
        "mac": "Command+Shift+Y"
      },
      "description": "Copy selected text as plain text"
    }
  }
}

Best Clean Copy Alternatives

Here are some Chrome extensions that are similar to Clean Copy: