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