GChat Dark Mode
Make Google Chat Dark
什么是GChat Dark Mode?
GChat Dark Mode是由Márcio Dantas开发的Chrome扩展程序,该扩展的主要功能是“Make Google Chat Dark”。
扩展截图
下载GChat Dark Mode扩展crx文件
下载GChat Dark Mode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Enable a simple 100% functional Dark Mode for Google Chat 扩展基本信息
| 名称 | |
| ID | khodekaemnangdffmlgaggippkleafhf |
| 官方URL | https://chromewebstore.google.com/detail/gchat-dark-mode/khodekaemnangdffmlgaggippkleafhf |
| 简介 | Make Google Chat Dark |
| 文件大小 | 42.63 KB |
| 安装次数 | 367 |
| 当前版本 | 0.1.1 |
| 更新时间 | 2021-07-29 |
| 上架时间 | 2021-07-28 |
| 评分 | 4.50/5 共4次评分 |
| 开发者 | Márcio Dantas |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "GChat Dark Mode",
"version": "0.1.1",
"description": "Make Google Chat Dark",
"content_scripts": [
{
"js": [
"index.js"
],
"css": [
"styles.css"
],
"matches": [
"https:\/\/mail.google.com\/chat\/*",
"https:\/\/chat.google.com\/*",
"http:\/\/calendar.google.com\/*"
],
"all_frames": true
}
]
} | |