Tweaks for Google Chat

Works with latest Chat. Adds button to messages to quote reply for legacy, threaded chat rooms.

Cos'è Tweaks for Google Chat?

Tweaks for Google Chat è un'estensione di Chrome sviluppata da AdamMcDonagh, e la sua funzione principale è "Works with latest Chat. Adds button to messages to quote reply for legacy, threaded chat rooms.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tweaks for Google Chat

Scarica i file di estensione Tweaks for Google Chat in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This is a fork of the original "Google Chat thread links & quote reply" which appears to no longer be supported.

For old style chat rooms, adds a button on each message to quote reply to them.
Also hides GitHub Enterprise and Google sign-in previews since they always show up empty in Google Chat.                    

Informazioni di Base sull'Estensione

Nome Tweaks for Google Chat Tweaks for Google Chat
ID fgpblhjnbljckjanmjmhipbjhgjjnmkg
URL Ufficiale https://chromewebstore.google.com/detail/tweaks-for-google-chat/fgpblhjnbljckjanmjmhipbjhgjjnmkg
Descrizione Works with latest Chat. Adds button to messages to quote reply for legacy, threaded chat rooms.
Dimensione del File 14.01 KB
Conteggio Installazioni 14,178
Versione Corrente 1.0.4
Ultimo Aggiornamento 2023-07-09
Data di Pubblicazione 2021-05-29
Valutazione 3.82/5 Totale 11 Valutazioni
Sviluppatore AdamMcDonagh
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/adammcdonagh/google-chat-tweaks
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tweaks for Google Chat",
    "description": "Works with latest Chat. Adds button to messages to quote reply for legacy, threaded chat rooms.",
    "version": "1.0.4",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.google.com\/*",
                "https:\/\/mail.google.com\/chat\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}