Google Chat copy message links

Adds button to copy links to message on Google Chat.

什么是Google Chat copy message links?

Google Chat copy message links是由【NXTED】M.F开发的Chrome扩展程序,该扩展的主要功能是“Adds button to copy links to message on Google Chat.”。

扩展截图

screenshot

下载Google Chat copy message links扩展crx文件

下载Google Chat copy message links扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Focus on the message and a button to copy the link will appear.

Tested Devices: Windows11                    

扩展基本信息

名称 Google Chat copy message links Google Chat copy message links
ID fcpndhggcmeanomlafjkgdnbjkbpkeih
官方URL https://chromewebstore.google.com/detail/google-chat-copy-message/fcpndhggcmeanomlafjkgdnbjkbpkeih
简介 Adds button to copy links to message on Google Chat.
文件大小 7.55 KB
安装次数 134
当前版本 0.0.1
更新时间 2023-09-15
上架时间 2023-09-14
开发者 【NXTED】M.F
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.nxted.co.jp/
支持的语言 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_desc__",
    "version": "0.0.1",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.google.com\/*",
                "https:\/\/mail.google.com\/chat\/*",
                "https:\/\/mail.google.com\/mail\/*"
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}