Select all in context menu

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

O que é Select all in context menu?

Select all in context menu é uma extensão do Chrome desenvolvida por Gabor, e sua principal característica é "This extension allows the user to select all text from the context menu of the current page.".

Baixar o arquivo CRX da Extensão Select all in context menu

Baixe arquivos de extensão Select all in context menu no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                                            

Informações Básicas da Extensão

Nome 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
Descrição This extension allows the user to select all text from the context menu of the current page.
Tamanho do Arquivo 8.07 KB
Contagem de Instalações 213
Versão Atual 0.5
Última Atualização 2017-12-01
Data de Publicação 2017-12-01
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Gabor
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}