Tweaks for Google Chat

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

Tweaks for Google Chat là gì?

Tweaks for Google Chat là một tiện ích mở rộng Chrome được phát triển bởi AdamMcDonagh, và tính năng chính của nó là "Works with latest Chat. Adds button to messages to quote reply for legacy, threaded chat rooms.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tweaks for Google Chat

Tải xuống các tệp mở rộng Tweaks for Google Chat dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tweaks for Google Chat Tweaks for Google Chat
ID fgpblhjnbljckjanmjmhipbjhgjjnmkg
URL Chính Thức https://chromewebstore.google.com/detail/tweaks-for-google-chat/fgpblhjnbljckjanmjmhipbjhgjjnmkg
Mô tả Works with latest Chat. Adds button to messages to quote reply for legacy, threaded chat rooms.
Kích Thước Tệp 14.01 KB
Số Lần Cài Đặt 14,178
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2023-07-09
Ngày Phát Hành 2021-05-29
Đánh Giá 3.82/5 Tổng số 11 Đánh Giá
Nhà Phát Triển AdamMcDonagh
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/adammcdonagh/google-chat-tweaks
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}