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是由AdamMcDonagh开发的Chrome扩展程序,该扩展的主要功能是“Works with latest Chat. Adds button to messages to quote reply for legacy, threaded chat rooms.”。

扩展截图

screenshot

下载Tweaks for Google Chat扩展crx文件

下载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
        }
    ]
}