Tweaks for Google Chat

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

Apa itu Tweaks for Google Chat?

Tweaks for Google Chat adalah ekstensi Chrome yang dikembangkan oleh AdamMcDonagh, dan fitur utamanya adalah "Works with latest Chat. Adds button to messages to quote reply for legacy, threaded chat rooms.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Tweaks for Google Chat

Unduh file ekstensi Tweaks for Google Chat dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Tweaks for Google Chat Tweaks for Google Chat
ID fgpblhjnbljckjanmjmhipbjhgjjnmkg
URL Resmi https://chromewebstore.google.com/detail/tweaks-for-google-chat/fgpblhjnbljckjanmjmhipbjhgjjnmkg
Deskripsi Works with latest Chat. Adds button to messages to quote reply for legacy, threaded chat rooms.
Ukuran File 14.01 KB
Jumlah Instalasi 14,178
Versi Saat Ini 1.0.4
Terakhir Diperbarui 2023-07-09
Tanggal Publikasi 2021-05-29
Penilaian 3.82/5 Total 11 Penilaian
Pengembang AdamMcDonagh
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/adammcdonagh/google-chat-tweaks
Bahasa yang Didukung 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
        }
    ]
}