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+ - это расширение Chrome, разработанное product-dev-shared, и его основная функция - "This is a plugin is used to enable copy / paste functionality in the easyDITA Topic Editor (easydita.com).".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения easyDITA Copy Paste for 17.1+

Скачайте файлы расширений 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"
    ]
}