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.”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | hdiipmdafepaheoaahijkglmeldnppgj |
官方網址 | 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" } |