Chat Notification Sound
Change the sound used for Google Chat notifications
Chat Notification Soundとは何ですか?
Chat Notification SoundはDigitalによって開発されたChromeの拡張機能で、その主な機能は「Change the sound used for Google Chat notifications」です。
拡張機能のスクリーンショット
Chat Notification Sound拡張機能のCRXファイルをダウンロード
Chat Notification Sound拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A small chrome extension to change the default sound for Google Chat notifications. This package is not produced or endorsed by Google. 拡張機能の基本情報
| 名前 | |
| ID | ckojipbmepgbbfaokkeddacfljcbcgge |
| 公式URL | https://chrome.google.com/webstore/detail/chat-notification-sound/ckojipbmepgbbfaokkeddacfljcbcgge |
| 説明 | Change the sound used for Google Chat notifications |
| ファイルサイズ | 12.12 KB |
| インストール数 | 447 |
| 現在のバージョン | 0.2 |
| 最終更新日 | 2021-04-20 |
| 公開日 | 2021-04-20 |
| 評価 | 4.00/5 合計 1 レビュー |
| 開発者 | Digital |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Chat Notification Sound",
"description": "Change the sound used for Google Chat notifications",
"version": "0.2",
"icons": {
"128": "icon.png"
},
"manifest_version": 3,
"action": {
"default_popup": "settings.html"
},
"declarative_net_request": {
"rule_resources": [
{
"id": "droplet",
"enabled": true,
"path": "rules\/droplet.json"
},
{
"id": "just-maybe",
"enabled": false,
"path": "rules\/just-maybe.json"
},
{
"id": "micro",
"enabled": false,
"path": "rules\/micro.json"
},
{
"id": "small-tip",
"enabled": false,
"path": "rules\/small-tip.json"
},
{
"id": "take-this",
"enabled": false,
"path": "rules\/take-this.json"
},
{
"id": "disable",
"enabled": false,
"path": "rules\/disable.json"
}
]
},
"permissions": [
"declarativeNetRequest"
],
"host_permissions": [
"*:\/\/chat.google.com\/*",
"*:\/\/ssl.gstatic.com\/*"
]
} | |