Threads for Google Chat

Display Thread Link in Google Chat

Threads for Google Chatとは何ですか?

Threads for Google Chatはnagamaaaaachiによって開発されたChromeの拡張機能で、その主な機能は「Display Thread Link in Google Chat」です。

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

screenshot

Threads for Google Chat拡張機能のCRXファイルをダウンロード

Threads for Google Chat拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Google Chat 向けの拡張機能です。
ルームのスレッドをリスト化して、簡単に目的のスレッドまでスクロールすることができるようになります。

This is an extension for Google Chat.
You will be able to list threads in the room and easily scroll to the thread you are looking for!

# Supported Language:

- Japanese
- English                    

拡張機能の基本情報

名前 Threads for Google Chat Threads for Google Chat
ID ofeljikmiggiajkgahjkfadmdipacbmm
公式URL https://chromewebstore.google.com/detail/threads-for-google-chat/ofeljikmiggiajkgahjkfadmdipacbmm
説明 Display Thread Link in Google Chat
ファイルサイズ 55.14 KB
インストール数 5,027
現在のバージョン 2.2.0
最終更新日 2022-04-12
公開日 2020-10-06
評価 4.60/5 合計 5 レビュー
開発者 nagamaaaaachi
Eメール [email protected]
支払い方法 free
対応言語 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Threads for Google Chat",
    "version": "2.2.0",
    "manifest_version": 3,
    "description": "Display Thread Link in Google Chat",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.google.com\/*"
            ],
            "js": [
                "js\/chunk-vendors.js",
                "js\/app.js"
            ],
            "css": [
                "css\/app.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "icons": {
        "48": "48.png"
    }
}