easyDITA Copy Paste for 17.1+

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

Vad är easyDITA Copy Paste for 17.1+?

easyDITA Copy Paste for 17.1+ är en Chrome-tillägg utvecklad av product-dev-shared, och dess huvudfunktion är "This is a plugin is used to enable copy / paste functionality in the easyDITA Topic Editor (easydita.com).".

Tilläggsskärmbilder

screenshot

Ladda ner easyDITA Copy Paste for 17.1+-förlängningens CRX-fil

Ladda ner easyDITA Copy Paste for 17.1+-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn easyDITA Copy Paste for 17.1+ easyDITA Copy Paste for 17.1+
ID gmiecgooaakgcidblgpeccphglkclihm
Officiell webbadress https://chromewebstore.google.com/detail/easydita-copy-paste-for-1/gmiecgooaakgcidblgpeccphglkclihm
Beskrivning This is a plugin is used to enable copy / paste functionality in the easyDITA Topic Editor (easydita.com).
Filstorlek 3.36 KB
Antal Installationer 481
Aktuell Version 1.0.2
Senast Uppdaterad 2019-09-19
Publiceringsdatum 2019-09-17
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare product-dev-shared
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}