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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Daniel Mendel และคุณลักษณะหลักของมันคือ "Adds button to copy links to threads on Chat and adds button to messages to quote reply"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quote reply for Chat

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
}