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开发的Chrome扩展程序,该扩展的主要功能是“Adds button to copy links to threads on Google Chat and adds button to messages to quote reply”。
扩展截图
下载Google Chat thread links & quote reply扩展crx文件
下载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" } ] } |