easyDITA Copy Paste for 17.1+

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

Qu'est-ce que easyDITA Copy Paste for 17.1+ ?

easyDITA Copy Paste for 17.1+ est une extension Chrome développée par product-dev-shared, et sa fonction principale est "This is a plugin is used to enable copy / paste functionality in the easyDITA Topic Editor (easydita.com).".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension easyDITA Copy Paste for 17.1+

Téléchargez les fichiers d'extension easyDITA Copy Paste for 17.1+ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom easyDITA Copy Paste for 17.1+ easyDITA Copy Paste for 17.1+
ID gmiecgooaakgcidblgpeccphglkclihm
URL Officiel https://chromewebstore.google.com/detail/easydita-copy-paste-for-1/gmiecgooaakgcidblgpeccphglkclihm
Description This is a plugin is used to enable copy / paste functionality in the easyDITA Topic Editor (easydita.com).
Taille du Fichier 3.36 KB
Nombre d'Installations 481
Version Actuelle 1.0.2
Dernière Mise à Jour 2019-09-19
Date de Publication 2019-09-17
Évaluation 1.00/5 Total 1 Évaluations
Développeur product-dev-shared
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}