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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
} | |