PXE v5.0 Clipboard Extension

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

Wat is PXE v5.0 Clipboard Extension?

PXE v5.0 Clipboard Extension is een Chrome-extensie ontwikkeld door http://powerxeditor.aptaracorp.com, en de belangrijkste functie is "This extension enables PXE v5.0 to use the system clipboard.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie PXE v5.0 Clipboard Extension

Download PXE v5.0 Clipboard Extension-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 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.                    

Basisinformatie over de Extensie

Naam PXE v5.0 Clipboard Extension PXE v5.0 Clipboard Extension
ID hdiipmdafepaheoaahijkglmeldnppgj
Officiële URL https://chrome.google.com/webstore/detail/pxe-v50-clipboard-extensi/hdiipmdafepaheoaahijkglmeldnppgj
Beschrijving This extension enables PXE v5.0 to use the system clipboard.
Bestandsgrootte 15.32 KB
Aantal Installaties 26
Huidige Versie 1.1
Laatst Bijgewerkt 2015-06-03
Publicatiedatum 2015-06-03
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar http://powerxeditor.aptaracorp.com
Betalingswijze free
Ondersteunde Talen 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"
}