PowerXEditor v5.0 Clipboard Extension
This extension enables PowerXEditor v5.0 to use the system clipboard.
PowerXEditor v5.0 Clipboard Extension là gì?
PowerXEditor 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 PowerXEditor v5.0 to use the system clipboard.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng PowerXEditor v5.0 Clipboard Extension
Tải xuống các tệp mở rộng PowerXEditor 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 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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dpoonipjicmdkcnipplfnabkdljjmbkb |
URL Chính Thức | https://chrome.google.com/webstore/detail/powerxeditor-v50-clipboar/dpoonipjicmdkcnipplfnabkdljjmbkb |
Mô tả | This extension enables PowerXEditor v5.0 to use the system clipboard. |
Kích Thước Tệp | 15.33 KB |
Số Lần Cài Đặt | 23 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2015-05-13 |
Ngày Phát Hành | 2015-05-13 |
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 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" } |