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 |
| 官方網址 | 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
}
]
} | |