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.".

Снимки экрана расширения

screenshot

Скачать файл 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.                    

Основная информация о расширении

Название PowerXEditor v5.0 Clipboard Extension PowerXEditor v5.0 Clipboard Extension
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"
}