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" } |