GChat copy thread link & quote reply

Add button to copy link to thread and add button to messages to quote reply on Google Chat

什么是GChat copy thread link & quote reply?

GChat copy thread link & quote reply是由ml493470361开发的Chrome扩展程序,该扩展的主要功能是“Add button to copy link to thread and add button to messages to quote reply on Google Chat”。

扩展截图

screenshot

下载GChat copy thread link & quote reply扩展crx文件

下载GChat copy thread link & quote reply扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Easy to copy GChat thread link and quick quote reply                    

扩展基本信息

名称 GChat copy thread link & quote reply GChat copy thread link & quote reply
ID dihkeojolddjojaplfcmibboccnhdghn
官方URL https://chromewebstore.google.com/detail/gchat-copy-thread-link-qu/dihkeojolddjojaplfcmibboccnhdghn
简介 Add button to copy link to thread and add button to messages to quote reply on Google Chat
文件大小 6.46 KB
安装次数 1,000
当前版本 1.2
更新时间 2022-04-22
上架时间 2022-04-15
评分 3.00/5 共2次评分
开发者 ml493470361
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GChat copy thread link & quote reply",
    "description": "Add button to copy link to thread and add button to messages to quote reply on Google Chat",
    "version": "1.2",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.google.com\/*",
                "https:\/\/mail.google.com\/chat\/*"
            ],
            "all_frames": true,
            "js": [
                "index.js"
            ],
            "run_at": "document_end"
        }
    ]
}