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+ là gì?

easyDITA Copy Paste for 17.1+ là một tiện ích mở rộng Chrome được phát triển bởi product-dev-shared, và tính năng chính của nó là "This is a plugin is used to enable copy / paste functionality in the easyDITA Topic Editor (easydita.com).".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng easyDITA Copy Paste for 17.1+

Tải xuống các tệp mở rộng easyDITA Copy Paste for 17.1+ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên easyDITA Copy Paste for 17.1+ easyDITA Copy Paste for 17.1+
ID gmiecgooaakgcidblgpeccphglkclihm
URL Chính Thức https://chromewebstore.google.com/detail/easydita-copy-paste-for-1/gmiecgooaakgcidblgpeccphglkclihm
Mô tả This is a plugin is used to enable copy / paste functionality in the easyDITA Topic Editor (easydita.com).
Kích Thước Tệp 3.36 KB
Số Lần Cài Đặt 481
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2019-09-19
Ngày Phát Hành 2019-09-17
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển product-dev-shared
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}