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
官方網址 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"
    ]
}