Google Chat Pin thread & quote reply
Add more utilities for google chat, pin thread and quote reply
Google Chat Pin thread & quote replyとは何ですか?
Google Chat Pin thread & quote replyはpinghuyによって開発されたChromeの拡張機能で、その主な機能は「Add more utilities for google chat, pin thread and quote reply」です。
拡張機能のスクリーンショット
Google Chat Pin thread & quote reply拡張機能のCRXファイルをダウンロード
Google Chat Pin thread & quote reply拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Google chat currently has limited features, google chat booster adds pin thread feature, and reply quote feature helps users use google chat more effectively. 拡張機能の基本情報
| 名前 | |
| ID | nfajjboppidehfknpjlicfikoakhljbk |
| 公式URL | https://chromewebstore.google.com/detail/google-chat-pin-thread-qu/nfajjboppidehfknpjlicfikoakhljbk |
| 説明 | Add more utilities for google chat, pin thread and quote reply |
| ファイルサイズ | 59.78 KB |
| インストール数 | 286 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2023-03-18 |
| 公開日 | 2023-03-17 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | pinghuy |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"name": "Google Chat Pin thread & quote reply",
"description": "Add more utilities for google chat, pin thread and quote reply",
"version": "1.0.0",
"manifest_version": 3,
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"action": [],
"options_page": "options.html",
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/mail.google.com\/*",
"https:\/\/chat.google.com\/*"
],
"run_at": "document_end",
"js": [
"contentScript.js"
],
"all_frames": true
}
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
} | |