Threads for Google Chat

Display Thread Link in Google Chat

Wat is Threads for Google Chat?

Threads for Google Chat is een Chrome-extensie ontwikkeld door nagamaaaaachi, en de belangrijkste functie is "Display Thread Link in Google Chat".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Threads for Google Chat

Download Threads for Google Chat-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Threads for Google Chat Threads for Google Chat
ID ofeljikmiggiajkgahjkfadmdipacbmm
Officiële URL https://chromewebstore.google.com/detail/threads-for-google-chat/ofeljikmiggiajkgahjkfadmdipacbmm
Beschrijving Display Thread Link in Google Chat
Bestandsgrootte 55.14 KB
Aantal Installaties 5,027
Huidige Versie 2.2.0
Laatst Bijgewerkt 2022-04-12
Publicatiedatum 2020-10-06
Beoordeling 4.60/5 Totaal 5 Beoordelingen
Ontwikkelaar nagamaaaaachi
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}