easyDITA Copy Paste for 17.1+

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

什么是easyDITA Copy Paste for 17.1+?

easyDITA Copy Paste for 17.1+是由product-dev-shared开发的Chrome扩展程序,该扩展的主要功能是“This is a plugin is used to enable copy / paste functionality in the easyDITA Topic Editor (easydita.com).”。

扩展截图

screenshot

下载easyDITA Copy Paste for 17.1+扩展crx文件

下载easyDITA Copy Paste for 17.1+扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 easyDITA Copy Paste for 17.1+ easyDITA Copy Paste for 17.1+
ID gmiecgooaakgcidblgpeccphglkclihm
官方URL https://chromewebstore.google.com/detail/easydita-copy-paste-for-1/gmiecgooaakgcidblgpeccphglkclihm
简介 This is a plugin is used to enable copy / paste functionality in the easyDITA Topic Editor (easydita.com).
文件大小 3.36 KB
安装次数 481
当前版本 1.0.2
更新时间 2019-09-19
上架时间 2019-09-17
评分 1.00/5 共1次评分
开发者 product-dev-shared
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}