PXE v5.0 Clipboard Extension

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

PXE v5.0 Clipboard Extensionとは何ですか?

PXE v5.0 Clipboard Extensionはhttp://powerxeditor.aptaracorp.comによって開発されたChromeの拡張機能で、その主な機能は「This extension enables PXE v5.0 to use the system clipboard.」です。

拡張機能のスクリーンショット

screenshot

PXE v5.0 Clipboard Extension拡張機能のCRXファイルをダウンロード

PXE v5.0 Clipboard Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 PXE v5.0 Clipboard Extension PXE v5.0 Clipboard Extension
ID hdiipmdafepaheoaahijkglmeldnppgj
公式URL https://chrome.google.com/webstore/detail/pxe-v50-clipboard-extensi/hdiipmdafepaheoaahijkglmeldnppgj
説明 This extension enables PXE v5.0 to use the system clipboard.
ファイルサイズ 15.32 KB
インストール数 26
現在のバージョン 1.1
最終更新日 2015-06-03
公開日 2015-06-03
評価 5.00/5 合計 2 レビュー
開発者 http://powerxeditor.aptaracorp.com
支払い方法 free
対応言語 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"
}