Tweaks for Google Chat

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

Τι είναι το Tweaks for Google Chat;

Το Tweaks for Google Chat είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον AdamMcDonagh, και η κύρια λειτουργία του είναι "Works with latest Chat. Adds button to messages to quote reply for legacy, threaded chat rooms.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Tweaks for Google Chat

Λήψη αρχείων επέκτασης Tweaks for Google Chat σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Tweaks for Google Chat Tweaks for Google Chat
ID fgpblhjnbljckjanmjmhipbjhgjjnmkg
Επίσημο URL https://chromewebstore.google.com/detail/tweaks-for-google-chat/fgpblhjnbljckjanmjmhipbjhgjjnmkg
Περιγραφή Works with latest Chat. Adds button to messages to quote reply for legacy, threaded chat rooms.
Μέγεθος Αρχείου 14.01 KB
Αριθμός Εγκαταστάσεων 14,178
Τρέχουσα Έκδοση 1.0.4
Τελευταία Ενημέρωση 2023-07-09
Ημερομηνία Δημοσίευσης 2021-05-29
Αξιολόγηση 3.82/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής AdamMcDonagh
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/adammcdonagh/google-chat-tweaks
Υποστηριζόμενες Γλώσσες 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
        }
    ]
}