Thread Master

Extends Google Chat Threads with extra features

Thread Masterとは何ですか?

Thread Masterはthreadmasterによって開発されたChromeの拡張機能で、その主な機能は「Extends Google Chat Threads with extra features」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

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.                    

拡張機能の基本情報

名前 Thread Master 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
Eメール [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"
        }
    ]
}