Google Chat thread links & quote reply
Adds button to copy links to threads on Google Chat and adds button to messages to quote reply
Vad är Google Chat thread links & quote reply?
Google Chat thread links & quote reply är en Chrome-tillägg utvecklad av upman16, och dess huvudfunktion är "Adds button to copy links to threads on Google Chat and adds button to messages to quote reply".
Tilläggsskärmbilder
Ladda ner Google Chat thread links & quote reply-förlängningens CRX-fil
Ladda ner Google Chat thread links & quote reply-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Google Chat thread links & quote reply |
ID | aogkhbmeeckelbhfemleoajbglamokbc |
Officiell webbadress | https://chromewebstore.google.com/detail/google-chat-thread-links/aogkhbmeeckelbhfemleoajbglamokbc |
Beskrivning | Adds button to copy links to threads on Google Chat and adds button to messages to quote reply |
Filstorlek | 20.11 KB |
Antal Installationer | 147,178 |
Aktuell Version | 0.0.13 |
Senast Uppdaterad | 2023-07-08 |
Publiceringsdatum | 2020-04-24 |
Betyg | 3.82/5 Totalt 96 Betyg |
Utvecklare | upman16 |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/upman/gchat-copy |
Hjälpsida URL | https://github.com/upman/gchat-copy/issues |
Stödda Språk | 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" } ] } |