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
Eメール [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"
    ]
}