easyDITA Copy Paste for 17.1+

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

Hvad er easyDITA Copy Paste for 17.1+?

easyDITA Copy Paste for 17.1+ er en Chrome-udvidelse udviklet af product-dev-shared, og dens hovedfunktion er "This is a plugin is used to enable copy / paste functionality in the easyDITA Topic Editor (easydita.com).".

Udvidelsesskærmbilleder

screenshot

Download easyDITA Copy Paste for 17.1+-udvidelses-CRX-fil

Download easyDITA Copy Paste for 17.1+-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn easyDITA Copy Paste for 17.1+ easyDITA Copy Paste for 17.1+
ID gmiecgooaakgcidblgpeccphglkclihm
Officiel URL https://chromewebstore.google.com/detail/easydita-copy-paste-for-1/gmiecgooaakgcidblgpeccphglkclihm
Beskrivelse This is a plugin is used to enable copy / paste functionality in the easyDITA Topic Editor (easydita.com).
Filstørrelse 3.36 KB
Antal Installationer 481
Nuværende Version 1.0.2
Senest Opdateret 2019-09-19
Udgivelsesdato 2019-09-17
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler product-dev-shared
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}