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