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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}