Copy Plain Text

Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.

Что такое Copy Plain Text?

Copy Plain Text - это расширение Chrome, разработанное Dima PM, и его основная функция - "Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.".

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

screenshot

Скачать файл CRX расширения Copy Plain Text

Скачайте файлы расширений Copy Plain Text в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                                            

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

Название Copy Plain Text Copy Plain Text
ID nfjlgdbpkjmnofoglhlhcdfhjaglmncp
Официальный URL https://chromewebstore.google.com/detail/copy-plain-text/nfjlgdbpkjmnofoglhlhcdfhjaglmncp
Описание Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.
Размер файла 5.81 KB
Количество установок 2,616
Текущая Версия 0.3
Последнее Обновление 2016-12-18
Дата публикации 2016-12-18
Рейтинг 4.54/5 Всего 13 оценок
Разработчик Dima PM
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Dima PM",
    "manifest_version": 2,
    "name": "Copy Plain Text",
    "version": "0.3",
    "description": "Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.",
    "browser_action": [],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus"
    ]
}