PXE v5.0 Clipboard Extension

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

PXE v5.0 Clipboard Extension là gì?

PXE v5.0 Clipboard Extension là một tiện ích mở rộng Chrome được phát triển bởi http://powerxeditor.aptaracorp.com, và tính năng chính của nó là "This extension enables PXE v5.0 to use the system clipboard.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng PXE v5.0 Clipboard Extension

Tải xuống các tệp mở rộng PXE v5.0 Clipboard Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PXE v5.0 Clipboard Extension PXE v5.0 Clipboard Extension
ID hdiipmdafepaheoaahijkglmeldnppgj
URL Chính Thức https://chrome.google.com/webstore/detail/pxe-v50-clipboard-extensi/hdiipmdafepaheoaahijkglmeldnppgj
Mô tả This extension enables PXE v5.0 to use the system clipboard.
Kích Thước Tệp 15.32 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2015-06-03
Ngày Phát Hành 2015-06-03
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://powerxeditor.aptaracorp.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}