PowerXEditor v5.0 Clipboard Extension
This extension enables PowerXEditor v5.0 to use the system clipboard.
Co to jest PowerXEditor v5.0 Clipboard Extension?
PowerXEditor v5.0 Clipboard Extension to rozszerzenie Chrome opracowane przez http://powerxeditor.aptaracorp.com, a jego główną funkcją jest „This extension enables PowerXEditor v5.0 to use the system clipboard.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia PowerXEditor v5.0 Clipboard Extension
Pobierz pliki rozszerzeń PowerXEditor v5.0 Clipboard Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | dpoonipjicmdkcnipplfnabkdljjmbkb |
Oficjalny URL | https://chrome.google.com/webstore/detail/powerxeditor-v50-clipboar/dpoonipjicmdkcnipplfnabkdljjmbkb |
Opis | This extension enables PowerXEditor v5.0 to use the system clipboard. |
Rozmiar pliku | 15.33 KB |
Liczba instalacji | 23 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2015-05-13 |
Data Publikacji | 2015-05-13 |
Deweloper | http://powerxeditor.aptaracorp.com |
Typ Płatności | free |
Obsługiwane Języki | 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" } |