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.".
Снимки экрана расширения
Скачать файл 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 |
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 } ] } |