Copy Plain Text

Copy Plain Text

Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Dima PM",
  "manifest_version": 2,
  "name": "Copy Plain Text",
  "version": "0.3",
  "description": "Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.",
  "browser_action": {},
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "permissions": [
    "storage",
    "activeTab",
    "contextMenus"
  ]
}