easyDITA Copy Paste for 17.1+

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

Wat is easyDITA Copy Paste for 17.1+?

easyDITA Copy Paste for 17.1+ is een Chrome-extensie ontwikkeld door product-dev-shared, en de belangrijkste functie is "This is a plugin is used to enable copy / paste functionality in the easyDITA Topic Editor (easydita.com).".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie easyDITA Copy Paste for 17.1+

Download easyDITA Copy Paste for 17.1+-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam easyDITA Copy Paste for 17.1+ easyDITA Copy Paste for 17.1+
ID gmiecgooaakgcidblgpeccphglkclihm
Officiële URL https://chromewebstore.google.com/detail/easydita-copy-paste-for-1/gmiecgooaakgcidblgpeccphglkclihm
Beschrijving This is a plugin is used to enable copy / paste functionality in the easyDITA Topic Editor (easydita.com).
Bestandsgrootte 3.36 KB
Aantal Installaties 481
Huidige Versie 1.0.2
Laatst Bijgewerkt 2019-09-19
Publicatiedatum 2019-09-17
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar product-dev-shared
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}