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
官方網址 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
        }
    ]
}