PXE v5.0 Clipboard Extension

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

What is PXE v5.0 Clipboard Extension?

PXE v5.0 Clipboard Extension is a Chrome extension developed by http://powerxeditor.aptaracorp.com, and its main feature is "This extension enables PXE v5.0 to use the system clipboard.".

Extension Screenshots

screenshot

Download PXE v5.0 Clipboard Extension Extension CRX File

Download PXE v5.0 Clipboard Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name PXE v5.0 Clipboard Extension PXE v5.0 Clipboard Extension
ID hdiipmdafepaheoaahijkglmeldnppgj
Official URL https://chrome.google.com/webstore/detail/pxe-v50-clipboard-extensi/hdiipmdafepaheoaahijkglmeldnppgj
Description This extension enables PXE v5.0 to use the system clipboard.
File Size 15.32 KB
Installation Count 26
Current Version 1.1
Last Updated 2015-06-03
Publish Date 2015-06-03
Rating 5.00/5 Total 2 Ratings
Developer http://powerxeditor.aptaracorp.com
Payment Type free
Supported Languages 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"
}