Google Chat thread links & quote reply
Adds button to copy links to threads on Google Chat and adds button to messages to quote reply
Co to jest Google Chat thread links & quote reply?
Google Chat thread links & quote reply to rozszerzenie Chrome opracowane przez upman16, a jego główną funkcją jest „Adds button to copy links to threads on Google Chat and adds button to messages to quote reply”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Google Chat thread links & quote reply
Pobierz pliki rozszerzeń Google Chat thread links & quote reply w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Google Chat does not make it easy to reference chat threads by linking to them. This plugin adds a button to each thread to copy a link to it and also adds a button to quote reply to messages. Select a part of a message and click on the quote reply button to quote that particular part or simply click on quote reply to quote the complete message. Consider donating to keep the extension up and maintained if you enjoy it. https://bit.ly/3p5hD2o
Podstawowe informacje o rozszerzeniu
Nazwa | Google Chat thread links & quote reply |
ID | aogkhbmeeckelbhfemleoajbglamokbc |
Oficjalny URL | https://chromewebstore.google.com/detail/google-chat-thread-links/aogkhbmeeckelbhfemleoajbglamokbc |
Opis | Adds button to copy links to threads on Google Chat and adds button to messages to quote reply |
Rozmiar pliku | 20.11 KB |
Liczba instalacji | 147,178 |
Aktualna Wersja | 0.0.13 |
Ostatnia Aktualizacja | 2023-07-08 |
Data Publikacji | 2020-04-24 |
Ocena | 3.82/5 Łącznie 96 Oceny |
Deweloper | upman16 |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/upman/gchat-copy |
Adres URL Strony Pomocy | https://github.com/upman/gchat-copy/issues |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Google Chat thread links & quote reply", "description": "Adds button to copy links to threads on Google Chat and adds button to messages to quote reply", "version": "0.0.13", "content_scripts": [ { "matches": [ "https:\/\/chat.google.com\/*", "https:\/\/mail.google.com\/chat\/*" ], "all_frames": true, "js": [ "content.js" ], "run_at": "document_end" } ] } |