PXE v5.0 Clipboard Extension

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

Co to jest PXE v5.0 Clipboard Extension?

PXE v5.0 Clipboard Extension to rozszerzenie Chrome opracowane przez http://powerxeditor.aptaracorp.com, a jego główną funkcją jest „This extension enables PXE v5.0 to use the system clipboard.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia PXE v5.0 Clipboard Extension

Pobierz pliki rozszerzeń PXE v5.0 Clipboard Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa PXE v5.0 Clipboard Extension PXE v5.0 Clipboard Extension
ID hdiipmdafepaheoaahijkglmeldnppgj
Oficjalny URL https://chrome.google.com/webstore/detail/pxe-v50-clipboard-extensi/hdiipmdafepaheoaahijkglmeldnppgj
Opis This extension enables PXE v5.0 to use the system clipboard.
Rozmiar pliku 15.32 KB
Liczba instalacji 26
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2015-06-03
Data Publikacji 2015-06-03
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper http://powerxeditor.aptaracorp.com
Typ Płatności free
Obsługiwane Języki 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"
}