Quote reply for Chat

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

Was ist Quote reply for Chat?

Quote reply for Chat ist eine Chrome-Erweiterung, die von Daniel Mendel entwickelt wurde, und ihr Hauptmerkmal ist "Adds button to copy links to threads on Chat and adds button to messages to quote reply".

Erweiterungsscreenshots

screenshot

Quote reply for Chat-Erweiterungs-CRX-Datei herunterladen

Laden Sie Quote reply for Chat-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Quote reply for Chat Quote reply for Chat
ID ahedbaplpdhdlekpbgcghkoknfiffgaa
Offizielle URL https://chromewebstore.google.com/detail/quote-reply-for-chat/ahedbaplpdhdlekpbgcghkoknfiffgaa
Beschreibung Adds button to copy links to threads on Chat and adds button to messages to quote reply
Dateigröße 14.73 KB
Installationsanzahl 12,480
Aktuelle Version 1.0.0
Letztes Update 2021-05-23
Veröffentlichungsdatum 2021-05-22
Bewertung 4.60/5 Insgesamt 5 Bewertungen
Entwickler Daniel Mendel
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}