Select all in context menu

This extension allows the user to select all text from the context menu of the current page.

Что такое Select all in context menu?

Select all in context menu - это расширение Chrome, разработанное Gabor, и его основная функция - "This extension allows the user to select all text from the context menu of the current page.".

Скачать файл CRX расширения Select all in context menu

Скачайте файлы расширений Select all in context menu в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                                            

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

Название Select all in context menu Select all in context menu
ID hjplacmcplgbbhgfjbbjdpjliibpgefm
Официальный URL https://chromewebstore.google.com/detail/select-all-in-context-men/hjplacmcplgbbhgfjbbjdpjliibpgefm
Описание This extension allows the user to select all text from the context menu of the current page.
Размер файла 8.07 KB
Количество установок 213
Текущая Версия 0.5
Последнее Обновление 2017-12-01
Дата публикации 2017-12-01
Рейтинг 5.00/5 Всего 3 оценок
Разработчик Gabor
Тип оплаты free
Поддерживаемые языки de,en,fr,tr,es,it,hu,pt-BR,pt-PT,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Select all in context menu",
    "description": "This extension allows the user to select all text from the context menu of the current page.",
    "version": "0.5",
    "default_locale": "en",
    "background": {
        "scripts": [
            "selectall.js"
        ]
    },
    "icons": {
        "16": "images\/ico16.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ]
}