Select all in context menu

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

¿Qué es Select all in context menu?

Select all in context menu es una extensión de Chrome desarrollada por Gabor, y su función principal es "This extension allows the user to select all text from the context menu of the current page.".

Descargar Archivo CRX de la Extensión Select all in context menu

Descarga archivos de extensión Select all in context menu en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                                            

Información Básica de la Extensión

Nombre Select all in context menu Select all in context menu
ID hjplacmcplgbbhgfjbbjdpjliibpgefm
URL Oficial https://chromewebstore.google.com/detail/select-all-in-context-men/hjplacmcplgbbhgfjbbjdpjliibpgefm
Descripción This extension allows the user to select all text from the context menu of the current page.
Tamaño del Archivo 8.07 KB
Cantidad de Instalaciones 213
Versión Actual 0.5
Última Actualización 2017-12-01
Fecha de Publicación 2017-12-01
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador Gabor
Tipo de Pago free
Idiomas Soportados 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"
    ]
}