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”。

擴展截圖

screenshot

下載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 Google Chat thread links & quote reply
ID aogkhbmeeckelbhfemleoajbglamokbc
官方網址 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"
        }
    ]
}