Tweaks for Google Chat

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

¿Qué es Tweaks for Google Chat?

Tweaks for Google Chat es una extensión de Chrome desarrollada por AdamMcDonagh, y su función principal es "Works with latest Chat. Adds button to messages to quote reply for legacy, threaded chat rooms.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Tweaks for Google Chat

Descarga archivos de extensión Tweaks for Google Chat en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Tweaks for Google Chat Tweaks for Google Chat
ID fgpblhjnbljckjanmjmhipbjhgjjnmkg
URL Oficial https://chromewebstore.google.com/detail/tweaks-for-google-chat/fgpblhjnbljckjanmjmhipbjhgjjnmkg
Descripción Works with latest Chat. Adds button to messages to quote reply for legacy, threaded chat rooms.
Tamaño del Archivo 14.01 KB
Cantidad de Instalaciones 14,178
Versión Actual 1.0.4
Última Actualización 2023-07-09
Fecha de Publicación 2021-05-29
Calificación 3.82/5 Total de 11 Calificaciones
Desarrollador AdamMcDonagh
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/adammcdonagh/google-chat-tweaks
Idiomas Soportados 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
        }
    ]
}