Tweaks for Google Chat

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

Co to jest Tweaks for Google Chat?

Tweaks for Google Chat to rozszerzenie Chrome opracowane przez AdamMcDonagh, a jego główną funkcją jest „Works with latest Chat. Adds button to messages to quote reply for legacy, threaded chat rooms.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Tweaks for Google Chat

Pobierz pliki rozszerzeń Tweaks for Google Chat w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Tweaks for Google Chat Tweaks for Google Chat
ID fgpblhjnbljckjanmjmhipbjhgjjnmkg
Oficjalny URL https://chromewebstore.google.com/detail/tweaks-for-google-chat/fgpblhjnbljckjanmjmhipbjhgjjnmkg
Opis Works with latest Chat. Adds button to messages to quote reply for legacy, threaded chat rooms.
Rozmiar pliku 14.01 KB
Liczba instalacji 14,178
Aktualna Wersja 1.0.4
Ostatnia Aktualizacja 2023-07-09
Data Publikacji 2021-05-29
Ocena 3.82/5 Łącznie 11 Oceny
Deweloper AdamMcDonagh
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/adammcdonagh/google-chat-tweaks
Obsługiwane Języki 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
        }
    ]
}