Gmail Quote Selected Text v2

Select text and press the R key on your keyboard to reply with the selected text quoted.

O que é Gmail Quote Selected Text v2?

Gmail Quote Selected Text v2 é uma extensão do Chrome desenvolvida por kijiji.joe.85, e sua principal característica é "Select text and press the R key on your keyboard to reply with the selected text quoted.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Gmail Quote Selected Text v2

Baixe arquivos de extensão Gmail Quote Selected Text v2 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

                        This extension is meant to bring back the "Quote Selected Text" functionality that was removed from Gmail Labs                    

Informações Básicas da Extensão

Nome Gmail Quote Selected Text v2 Gmail Quote Selected Text v2
ID dbecldefjonddddmcocdpbbepbpjopac
URL Oficial https://chromewebstore.google.com/detail/gmail-quote-selected-text/dbecldefjonddddmcocdpbbepbpjopac
Descrição Select text and press the R key on your keyboard to reply with the selected text quoted.
Tamanho do Arquivo 3.73 KB
Contagem de Instalações 68
Versão Atual 0.2
Última Atualização 2021-07-10
Data de Publicação 2021-07-10
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor kijiji.joe.85
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gmail Quote Selected Text v2",
    "description": "Select text and press the R key on your keyboard to reply with the selected text quoted.",
    "version": "0.2",
    "browser_action": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}