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 |
| Eメール | [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
}
]
} | |