easyDITA Copy Paste for 17.1+

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

What is easyDITA Copy Paste for 17.1+?

easyDITA Copy Paste for 17.1+ is a Chrome extension developed by product-dev-shared, and its main feature is "This is a plugin is used to enable copy / paste functionality in the easyDITA Topic Editor (easydita.com).".

Extension Screenshots

screenshot

Download easyDITA Copy Paste for 17.1+ Extension CRX File

Download easyDITA Copy Paste for 17.1+ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name easyDITA Copy Paste for 17.1+ easyDITA Copy Paste for 17.1+
ID gmiecgooaakgcidblgpeccphglkclihm
Official URL https://chromewebstore.google.com/detail/easydita-copy-paste-for-1/gmiecgooaakgcidblgpeccphglkclihm
Description This is a plugin is used to enable copy / paste functionality in the easyDITA Topic Editor (easydita.com).
File Size 3.36 KB
Installation Count 481
Current Version 1.0.2
Last Updated 2019-09-19
Publish Date 2019-09-17
Rating 1.00/5 Total 1 Ratings
Developer product-dev-shared
Email [email protected]
Payment Type free
Supported Languages en
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_frames": true,
            "js": [
                "ezd-copy-paste.js"
            ]
        }
    ],
    "permissions": [
        "clipboardRead"
    ]
}