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」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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 } ] } |