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 upman16 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds button to copy links to threads on Google Chat and adds button to messages to quote reply"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Google Chat thread links & quote reply एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } ] } |