Tweaks for Google Chat

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

Vad är Tweaks for Google Chat?

Tweaks for Google Chat är en Chrome-tillägg utvecklad av AdamMcDonagh, och dess huvudfunktion är "Works with latest Chat. Adds button to messages to quote reply for legacy, threaded chat rooms.".

Tilläggsskärmbilder

screenshot

Ladda ner Tweaks for Google Chat-förlängningens CRX-fil

Ladda ner Tweaks for Google Chat-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Tweaks for Google Chat Tweaks for Google Chat
ID fgpblhjnbljckjanmjmhipbjhgjjnmkg
Officiell webbadress https://chromewebstore.google.com/detail/tweaks-for-google-chat/fgpblhjnbljckjanmjmhipbjhgjjnmkg
Beskrivning Works with latest Chat. Adds button to messages to quote reply for legacy, threaded chat rooms.
Filstorlek 14.01 KB
Antal Installationer 14,178
Aktuell Version 1.0.4
Senast Uppdaterad 2023-07-09
Publiceringsdatum 2021-05-29
Betyg 3.82/5 Totalt 11 Betyg
Utvecklare AdamMcDonagh
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/adammcdonagh/google-chat-tweaks
Stödda Språk 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
        }
    ]
}