PowerXEditor v5.0 Clipboard Extension

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

Apa itu PowerXEditor v5.0 Clipboard Extension?

PowerXEditor v5.0 Clipboard Extension adalah ekstensi Chrome yang dikembangkan oleh http://powerxeditor.aptaracorp.com, dan fitur utamanya adalah "This extension enables PowerXEditor v5.0 to use the system clipboard.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi PowerXEditor v5.0 Clipboard Extension

Unduh file ekstensi PowerXEditor v5.0 Clipboard Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        This extension enables PowerXEditor 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.                    

Informasi Dasar Ekstensi

Nama PowerXEditor v5.0 Clipboard Extension PowerXEditor v5.0 Clipboard Extension
ID dpoonipjicmdkcnipplfnabkdljjmbkb
URL Resmi https://chrome.google.com/webstore/detail/powerxeditor-v50-clipboar/dpoonipjicmdkcnipplfnabkdljjmbkb
Deskripsi This extension enables PowerXEditor v5.0 to use the system clipboard.
Ukuran File 15.33 KB
Jumlah Instalasi 23
Versi Saat Ini 1.1
Terakhir Diperbarui 2015-05-13
Tanggal Publikasi 2015-05-13
Pengembang http://powerxeditor.aptaracorp.com
Tipe Pembayaran free
Bahasa yang Didukung 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 PowerXEditor v5.0 to use the system clipboard.",
    "icons": {
        "128": "PXE128.png",
        "16": "PXE16.png",
        "48": "PXE48.png"
    },
    "manifest_version": 2,
    "name": "PowerXEditor v5.0 Clipboard Extension",
    "offline_enabled": true,
    "permissions": [
        "tabs",
        "clipboardRead",
        "clipboardWrite",
        "chrome:\/\/favicon\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.1"
}