Chat Thread Getchu

You will be able to get thread links for chat

什么是Chat Thread Getchu?

Chat Thread Getchu是由Mizuno开发的Chrome扩展程序,该扩展的主要功能是“You will be able to get thread links for chat”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Chat Thread Getchu扩展crx文件

下载Chat Thread Getchu扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        It is a function that you can get the URL of each thread with google chat.
It's easy to lose track of the thread because it runs quickly, 
and it was difficult to tell this thread even if you wanted to share it with someone,
so please use this extension to get the URL and record or share it.                    

扩展基本信息

名称 Chat Thread Getchu Chat Thread Getchu
ID hfbadkbkednhhimidcichmcmgeichgci
官方URL https://chromewebstore.google.com/detail/chat-thread-getchu/hfbadkbkednhhimidcichmcmgeichgci
简介 You will be able to get thread links for chat
文件大小 37.64 KB
安装次数 3,878
当前版本 2.0.0
更新时间 2022-09-28
上架时间 2021-09-09
评分 4.60/5 共5次评分
开发者 Mizuno
电子邮箱 [email protected]
付费类型 free
支持的语言 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "2.0.0",
    "default_locale": "en",
    "icons": {
        "128": "icon\/icon.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/chat.google.com\/**",
                "https:\/\/chat.google.com\/**",
                "http:\/\/mail.google.com\/chat\/**",
                "https:\/\/mail.google.com\/chat\/**"
            ],
            "js": [
                ".\/js\/main.bundle.js"
            ],
            "all_frames": true
        }
    ]
}