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
官方網址 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"
        }
    ]
}