PowerXEditor v5.0 Clipboard Extension

This extension enables PowerXEditor v5.0 to use the system clipboard.

Qu'est-ce que PowerXEditor v5.0 Clipboard Extension ?

PowerXEditor v5.0 Clipboard Extension est une extension Chrome développée par http://powerxeditor.aptaracorp.com, et sa fonction principale est "This extension enables PowerXEditor v5.0 to use the system clipboard.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension PowerXEditor v5.0 Clipboard Extension

Téléchargez les fichiers d'extension PowerXEditor v5.0 Clipboard Extension 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 extension enables PowerXEditor v5.0 to use the system clipboard. Due to security concerns Chrome does not allow copy and paste, in order to allow this Aptara has developed this extension which allows the user to freely copy and paste content across applications.                    

Informations de Base sur l'Extension

Nom PowerXEditor v5.0 Clipboard Extension PowerXEditor v5.0 Clipboard Extension
ID dpoonipjicmdkcnipplfnabkdljjmbkb
URL Officiel https://chrome.google.com/webstore/detail/powerxeditor-v50-clipboar/dpoonipjicmdkcnipplfnabkdljjmbkb
Description This extension enables PowerXEditor v5.0 to use the system clipboard.
Taille du Fichier 15.33 KB
Nombre d'Installations 23
Version Actuelle 1.1
Dernière Mise à Jour 2015-05-13
Date de Publication 2015-05-13
Développeur http://powerxeditor.aptaracorp.com
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "PXEClipboard.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "PXEClipboardSelection.js",
                "PXEClipboard.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "default-src 'self' ",
    "description": "This extension enables PowerXEditor v5.0 to use the system clipboard.",
    "icons": {
        "128": "PXE128.png",
        "16": "PXE16.png",
        "48": "PXE48.png"
    },
    "manifest_version": 2,
    "name": "PowerXEditor v5.0 Clipboard Extension",
    "offline_enabled": true,
    "permissions": [
        "tabs",
        "clipboardRead",
        "clipboardWrite",
        "chrome:\/\/favicon\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.1"
}