Tweaks for Google Chat

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

Wat is Tweaks for Google Chat?

Tweaks for Google Chat is een Chrome-extensie ontwikkeld door AdamMcDonagh, en de belangrijkste functie is "Works with latest Chat. Adds button to messages to quote reply for legacy, threaded chat rooms.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tweaks for Google Chat

Download Tweaks for Google Chat-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Tweaks for Google Chat Tweaks for Google Chat
ID fgpblhjnbljckjanmjmhipbjhgjjnmkg
Officiële URL https://chromewebstore.google.com/detail/tweaks-for-google-chat/fgpblhjnbljckjanmjmhipbjhgjjnmkg
Beschrijving Works with latest Chat. Adds button to messages to quote reply for legacy, threaded chat rooms.
Bestandsgrootte 14.01 KB
Aantal Installaties 14,178
Huidige Versie 1.0.4
Laatst Bijgewerkt 2023-07-09
Publicatiedatum 2021-05-29
Beoordeling 3.82/5 Totaal 11 Beoordelingen
Ontwikkelaar AdamMcDonagh
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/adammcdonagh/google-chat-tweaks
Ondersteunde Talen 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
        }
    ]
}