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 |
| 电子邮箱 | [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"
} | |