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
电子邮箱 [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"
    }
}