PXE v5.0 Clipboard Extension

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

Was ist PXE v5.0 Clipboard Extension?

PXE v5.0 Clipboard Extension ist eine Chrome-Erweiterung, die von http://powerxeditor.aptaracorp.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension enables PXE v5.0 to use the system clipboard.".

Erweiterungsscreenshots

screenshot

PXE v5.0 Clipboard Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie PXE v5.0 Clipboard Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension enables PXE 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.                    

Grundlegende Informationen zur Erweiterung

Name PXE v5.0 Clipboard Extension PXE v5.0 Clipboard Extension
ID hdiipmdafepaheoaahijkglmeldnppgj
Offizielle URL https://chrome.google.com/webstore/detail/pxe-v50-clipboard-extensi/hdiipmdafepaheoaahijkglmeldnppgj
Beschreibung This extension enables PXE v5.0 to use the system clipboard.
Dateigröße 15.32 KB
Installationsanzahl 26
Aktuelle Version 1.1
Letztes Update 2015-06-03
Veröffentlichungsdatum 2015-06-03
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler http://powerxeditor.aptaracorp.com
Zahlungsart free
Unterstützte Sprachen 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 PXE v5.0 to use the system clipboard.",
    "icons": {
        "128": "PXE128.png",
        "16": "PXE16.png",
        "48": "PXE48.png"
    },
    "manifest_version": 2,
    "name": "PXE v5.0 Clipboard Extension",
    "offline_enabled": true,
    "permissions": [
        "tabs",
        "clipboardRead",
        "clipboardWrite",
        "chrome:\/\/favicon\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.1"
}