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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } |