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