Threads for Google Chat
Display Thread Link in Google Chat
What is Threads for Google Chat?
Threads for Google Chat is a Chrome extension developed by nagamaaaaachi, and its main feature is "Display Thread Link in Google Chat".
Extension Screenshots
Download Threads for Google Chat Extension CRX File
Download Threads for Google Chat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Threads for Google Chat |
ID | ofeljikmiggiajkgahjkfadmdipacbmm |
Official URL | https://chromewebstore.google.com/detail/threads-for-google-chat/ofeljikmiggiajkgahjkfadmdipacbmm |
Description | Display Thread Link in Google Chat |
File Size | 55.14 KB |
Installation Count | 5,027 |
Current Version | 2.2.0 |
Last Updated | 2022-04-12 |
Publish Date | 2020-10-06 |
Rating | 4.60/5 Total 5 Ratings |
Developer | nagamaaaaachi |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |