Thread Master
Extends Google Chat Threads with extra features
Thread Masterคืออะไร?
Thread Master เป็นส่วนขยายของ Chrome ที่พัฒนาโดย threadmaster และคุณลักษณะหลักของมันคือ "Extends Google Chat Threads with extra features"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Thread Master
ดาวน์โหลดไฟล์ส่วนขยาย Thread Master ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Thread master allows naming & renaming individual threads in google chat. The names are shared among all participants of the threaded room and changing a name should be visible to all those who also use this add-on. Additionally, displays links to all loaded threads in said room on the right side with a separate scroll bar to scroll through a large list of threads in selected room. Clicking on any of them will scroll to said thread. UPDATE: Added support for new google chat displayed through mail.google.com UPDATE 2: Added support for both chat.google.com and chat displayed through mail.google.com/chat UPDATE 3: Fixed compatibility with Chrome v92 (i.e. https://chromestatus.com/feature/5148698084376576 ) which didn't allow users to change thread names. UPDATE 4: Added support for dark mode UPDATE 5: fix for new google chat layout UPDATE 6: Added basic support for in-line threads.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Thread Master |
ID | aeojppplpcnfkmpcipigmoffjkiffken |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/thread-master/aeojppplpcnfkmpcipigmoffjkiffken |
คำอธิบาย | Extends Google Chat Threads with extra features |
ขนาดไฟล์ | 50.96 KB |
จำนวนการติดตั้ง | 5,537 |
เวอร์ชันปัจจุบัน | 0.2.0 |
อัปเดตครั้งล่าสุด | 2023-04-03 |
วันที่เผยแพร่ | 2021-02-22 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | threadmaster |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://hotdesk.zsucic.com/static/hotdesk/occupy2e_privacypolicy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Thread Master", "description": "Extends Google Chat Threads with extra features", "version": "0.2.0", "icons": { "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/chat.google.com\/u\/0\/frame*" ], "all_frames": true, "js": [ "threadmaster.js" ], "run_at": "document_end" } ] } |