Thread Master
Extends Google Chat Threads with extra features
什么是Thread Master?
Thread Master是由threadmaster开发的Chrome扩展程序,该扩展的主要功能是“Extends Google Chat Threads with extra features”。
扩展截图
下载Thread Master扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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"
}
]
} | |