Tweaks for Google Chat

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

Hvad er Tweaks for Google Chat?

Tweaks for Google Chat er en Chrome-udvidelse udviklet af AdamMcDonagh, og dens hovedfunktion er "Works with latest Chat. Adds button to messages to quote reply for legacy, threaded chat rooms.".

Udvidelsesskærmbilleder

screenshot

Download Tweaks for Google Chat-udvidelses-CRX-fil

Download Tweaks for Google Chat-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Tweaks for Google Chat Tweaks for Google Chat
ID fgpblhjnbljckjanmjmhipbjhgjjnmkg
Officiel URL https://chromewebstore.google.com/detail/tweaks-for-google-chat/fgpblhjnbljckjanmjmhipbjhgjjnmkg
Beskrivelse Works with latest Chat. Adds button to messages to quote reply for legacy, threaded chat rooms.
Filstørrelse 14.01 KB
Antal Installationer 14,178
Nuværende Version 1.0.4
Senest Opdateret 2023-07-09
Udgivelsesdato 2021-05-29
Bedømmelse 3.82/5 Samlet 11 Bedømmelser
Udvikler AdamMcDonagh
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/adammcdonagh/google-chat-tweaks
Understøttede Sprog 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
        }
    ]
}