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.”。
擴展截圖
下載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 |
ID | fgpblhjnbljckjanmjmhipbjhgjjnmkg |
官方網址 | 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 } ] } |