PowerXEditor v5.0 Clipboard Extension
This extension enables PowerXEditor v5.0 to use the system clipboard.
PowerXEditor v5.0 Clipboard Extensionとは何ですか?
PowerXEditor v5.0 Clipboard Extensionはhttp://powerxeditor.aptaracorp.comによって開発されたChromeの拡張機能で、その主な機能は「This extension enables PowerXEditor v5.0 to use the system clipboard.」です。
拡張機能のスクリーンショット
PowerXEditor v5.0 Clipboard Extension拡張機能のCRXファイルをダウンロード
PowerXEditor v5.0 Clipboard Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | dpoonipjicmdkcnipplfnabkdljjmbkb |
公式URL | https://chrome.google.com/webstore/detail/powerxeditor-v50-clipboar/dpoonipjicmdkcnipplfnabkdljjmbkb |
説明 | This extension enables PowerXEditor v5.0 to use the system clipboard. |
ファイルサイズ | 15.33 KB |
インストール数 | 23 |
現在のバージョン | 1.1 |
最終更新日 | 2015-05-13 |
公開日 | 2015-05-13 |
開発者 | 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 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" } |