Quote reply for Chat

Adds button to copy links to threads on Chat and adds button to messages to quote reply

What is Quote reply for Chat?

Quote reply for Chat is a Chrome extension developed by Daniel Mendel, and its main feature is "Adds button to copy links to threads on Chat and adds button to messages to quote reply".

Extension Screenshots

screenshot

Download Quote reply for Chat Extension CRX File

Download Quote reply for Chat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Adiciona um botão para copiar links para conversas no bate-papo do Google e adiciona um botão para citar uma resposta

O Bate-papo do Google não facilita a referência a tópicos de bate-papo vinculando a eles. Este plugin adiciona um botão a cada tópico para copiar um link para ele e também adiciona um botão para citar a resposta às mensagens. Selecione uma parte de uma mensagem e clique no botão citar resposta para citar essa parte específica ou simplesmente clique em citar resposta para citar a mensagem completa.                    

Extension Basic Information

Name Quote reply for Chat Quote reply for Chat
ID ahedbaplpdhdlekpbgcghkoknfiffgaa
Official URL https://chromewebstore.google.com/detail/quote-reply-for-chat/ahedbaplpdhdlekpbgcghkoknfiffgaa
Description Adds button to copy links to threads on Chat and adds button to messages to quote reply
File Size 14.73 KB
Installation Count 12,480
Current Version 1.0.0
Last Updated 2021-05-23
Publish Date 2021-05-22
Rating 4.60/5 Total 5 Ratings
Developer Daniel Mendel
Email [email protected]
Payment Type free
Supported Languages pt-BR
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/chat\/*",
                "https:\/\/chat.google.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "description": "Adds button to copy links to threads on Chat and adds button to messages to quote reply",
    "name": "Quote reply for Chat",
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0"
}