Google Chat thread links & quote reply
Adds button to copy links to threads on Google Chat and adds button to messages to quote reply
Τι είναι το Google Chat thread links & quote reply;
Το Google Chat thread links & quote reply είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον upman16, και η κύρια λειτουργία του είναι "Adds button to copy links to threads on Google Chat and adds button to messages to quote reply".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Google Chat thread links & quote reply
Λήψη αρχείων επέκτασης Google Chat thread links & quote reply σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | Google Chat thread links & quote reply |
ID | aogkhbmeeckelbhfemleoajbglamokbc |
Επίσημο URL | https://chromewebstore.google.com/detail/google-chat-thread-links/aogkhbmeeckelbhfemleoajbglamokbc |
Περιγραφή | Adds button to copy links to threads on Google Chat and adds button to messages to quote reply |
Μέγεθος Αρχείου | 20.11 KB |
Αριθμός Εγκαταστάσεων | 147,178 |
Τρέχουσα Έκδοση | 0.0.13 |
Τελευταία Ενημέρωση | 2023-07-08 |
Ημερομηνία Δημοσίευσης | 2020-04-24 |
Αξιολόγηση | 3.82/5 Συνολικά 96 Αξιολογήσεις |
Προγραμματιστής | upman16 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/upman/gchat-copy |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/upman/gchat-copy/issues |
Υποστηριζόμενες Γλώσσες | 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" } ] } |