Tweaks for Google Chat

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

Qu'est-ce que Tweaks for Google Chat ?

Tweaks for Google Chat est une extension Chrome développée par AdamMcDonagh, et sa fonction principale est "Works with latest Chat. Adds button to messages to quote reply for legacy, threaded chat rooms.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tweaks for Google Chat

Téléchargez les fichiers d'extension Tweaks for Google Chat au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Tweaks for Google Chat Tweaks for Google Chat
ID fgpblhjnbljckjanmjmhipbjhgjjnmkg
URL Officiel https://chromewebstore.google.com/detail/tweaks-for-google-chat/fgpblhjnbljckjanmjmhipbjhgjjnmkg
Description Works with latest Chat. Adds button to messages to quote reply for legacy, threaded chat rooms.
Taille du Fichier 14.01 KB
Nombre d'Installations 14,178
Version Actuelle 1.0.4
Dernière Mise à Jour 2023-07-09
Date de Publication 2021-05-29
Évaluation 3.82/5 Total 11 Évaluations
Développeur AdamMcDonagh
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/adammcdonagh/google-chat-tweaks
Langues Prises en Charge 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
        }
    ]
}