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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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
}
]
} | |