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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://powerxeditor.aptaracorp.com และคุณลักษณะหลักของมันคือ "This extension enables PowerXEditor v5.0 to use the system clipboard."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PowerXEditor v5.0 Clipboard Extension
ดาวน์โหลดไฟล์ส่วนขยาย 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" } |