Google Chat copy message links
Adds button to copy links to message on Google Chat.
Google Chat copy message linksคืออะไร?
Google Chat copy message links เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 【NXTED】M.F และคุณลักษณะหลักของมันคือ "Adds button to copy links to message on Google Chat."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Chat copy message links
ดาวน์โหลดไฟล์ส่วนขยาย Google Chat copy message links ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Focus on the message and a button to copy the link will appear. Tested Devices: Windows11
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Google Chat copy message links |
ID | fcpndhggcmeanomlafjkgdnbjkbpkeih |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/google-chat-copy-message/fcpndhggcmeanomlafjkgdnbjkbpkeih |
คำอธิบาย | Adds button to copy links to message on Google Chat. |
ขนาดไฟล์ | 7.55 KB |
จำนวนการติดตั้ง | 134 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2023-09-15 |
วันที่เผยแพร่ | 2023-09-14 |
ผู้พัฒนา | 【NXTED】M.F |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.nxted.co.jp/ |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_ext_name__", "description": "__MSG_ext_desc__", "version": "0.0.1", "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/chat.google.com\/*", "https:\/\/mail.google.com\/chat\/*", "https:\/\/mail.google.com\/mail\/*" ], "all_frames": true, "js": [ "content.js" ], "run_at": "document_end" } ] } |