PXE v5.0 Clipboard Extension

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

Vad är PXE v5.0 Clipboard Extension?

PXE v5.0 Clipboard Extension är en Chrome-tillägg utvecklad av http://powerxeditor.aptaracorp.com, och dess huvudfunktion är "This extension enables PXE v5.0 to use the system clipboard.".

Tilläggsskärmbilder

screenshot

Ladda ner PXE v5.0 Clipboard Extension-förlängningens CRX-fil

Ladda ner PXE v5.0 Clipboard Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn PXE v5.0 Clipboard Extension PXE v5.0 Clipboard Extension
ID hdiipmdafepaheoaahijkglmeldnppgj
Officiell webbadress https://chrome.google.com/webstore/detail/pxe-v50-clipboard-extensi/hdiipmdafepaheoaahijkglmeldnppgj
Beskrivning This extension enables PXE v5.0 to use the system clipboard.
Filstorlek 15.32 KB
Antal Installationer 26
Aktuell Version 1.1
Senast Uppdaterad 2015-06-03
Publiceringsdatum 2015-06-03
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare http://powerxeditor.aptaracorp.com
Betalningssätt free
Stödda Språk 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"
}