PXE v5.0 Clipboard Extension

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

Cos'è PXE v5.0 Clipboard Extension?

PXE v5.0 Clipboard Extension è un'estensione di Chrome sviluppata da http://powerxeditor.aptaracorp.com, e la sua funzione principale è "This extension enables PXE v5.0 to use the system clipboard.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione PXE v5.0 Clipboard Extension

Scarica i file di estensione PXE v5.0 Clipboard Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome PXE v5.0 Clipboard Extension PXE v5.0 Clipboard Extension
ID hdiipmdafepaheoaahijkglmeldnppgj
URL Ufficiale https://chrome.google.com/webstore/detail/pxe-v50-clipboard-extensi/hdiipmdafepaheoaahijkglmeldnppgj
Descrizione This extension enables PXE v5.0 to use the system clipboard.
Dimensione del File 15.32 KB
Conteggio Installazioni 26
Versione Corrente 1.1
Ultimo Aggiornamento 2015-06-03
Data di Pubblicazione 2015-06-03
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore http://powerxeditor.aptaracorp.com
Tipo di Pagamento free
Lingue Supportate 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"
}