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 là gì?
Google Chat thread links & quote reply là một tiện ích mở rộng Chrome được phát triển bởi upman16, và tính năng chính của nó là "Adds button to copy links to threads on Google Chat and adds button to messages to quote reply".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Google Chat thread links & quote reply
Tải xuống các tệp mở rộng Google Chat thread links & quote reply dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Google Chat thread links & quote reply |
ID | aogkhbmeeckelbhfemleoajbglamokbc |
URL Chính Thức | https://chromewebstore.google.com/detail/google-chat-thread-links/aogkhbmeeckelbhfemleoajbglamokbc |
Mô tả | Adds button to copy links to threads on Google Chat and adds button to messages to quote reply |
Kích Thước Tệp | 20.11 KB |
Số Lần Cài Đặt | 147,178 |
Phiên Bản Hiện Tại | 0.0.13 |
Cập Nhật Lần Cuối | 2023-07-08 |
Ngày Phát Hành | 2020-04-24 |
Đánh Giá | 3.82/5 Tổng số 96 Đánh Giá |
Nhà Phát Triển | upman16 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/upman/gchat-copy |
URL Trang Trợ Giúp | https://github.com/upman/gchat-copy/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |