Quote reply for Chat

Adds button to copy links to threads on Chat and adds button to messages to quote reply

Quote reply for Chatとは何ですか?

Quote reply for ChatはDaniel Mendelによって開発されたChromeの拡張機能で、その主な機能は「Adds button to copy links to threads on Chat and adds button to messages to quote reply」です。

拡張機能のスクリーンショット

screenshot

Quote reply for Chat拡張機能のCRXファイルをダウンロード

Quote reply for Chat拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Adiciona um botão para copiar links para conversas no bate-papo do Google e adiciona um botão para citar uma resposta

O Bate-papo do Google não facilita a referência a tópicos de bate-papo vinculando a eles. Este plugin adiciona um botão a cada tópico para copiar um link para ele e também adiciona um botão para citar a resposta às mensagens. Selecione uma parte de uma mensagem e clique no botão citar resposta para citar essa parte específica ou simplesmente clique em citar resposta para citar a mensagem completa.                    

拡張機能の基本情報

名前 Quote reply for Chat Quote reply for Chat
ID ahedbaplpdhdlekpbgcghkoknfiffgaa
公式URL https://chromewebstore.google.com/detail/quote-reply-for-chat/ahedbaplpdhdlekpbgcghkoknfiffgaa
説明 Adds button to copy links to threads on Chat and adds button to messages to quote reply
ファイルサイズ 14.73 KB
インストール数 12,480
現在のバージョン 1.0.0
最終更新日 2021-05-23
公開日 2021-05-22
評価 4.60/5 合計 5 レビュー
開発者 Daniel Mendel
Eメール [email protected]
支払い方法 free
対応言語 pt-BR
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/chat\/*",
                "https:\/\/chat.google.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "description": "Adds button to copy links to threads on Chat and adds button to messages to quote reply",
    "name": "Quote reply for Chat",
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0"
}