easyDITA Copy Paste for 17.1+

easyDITA Copy Paste for 17.1+

This is a plugin is used to enable copy / paste functionality in the easyDITA Topic Editor (easydita.com).

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "easyDITA Copy Paste for 17.1+",
  "version": "1.0.2",
  "description": "This is a plugin is used to enable copy / paste functionality in the easyDITA Topic Editor (easydita.com).",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "ezd-copy-paste.js"
      ]
    }
  ],
  "permissions": [
    "clipboardRead"
  ]
}