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
公式URL 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
Eメール [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"
        }
    ]
}