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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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\/*" ] } |