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

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Chat thread links & quote reply

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