CozyCave
Mix and match your favorite atmosphere sounds for a more relaxing and focused browsing experience
CozyCave란 무엇입니까?
CozyCave은(는) Riad El Mahmoudy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mix and match your favorite atmosphere sounds for a more relaxing and focused browsing experience"입니다.
확장 프로그램 스크린샷
CozyCave 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
CozyCave is chrome extension that lets browse while listening to a selection of background white noise from nature. This version's sounds includes Rain, Thunder, Wind, Train, Fireplace and Coffee shop. The user can not only play these sounds simultaneously but also has control of the volume of each sound to mix their perfect enviromment and get immersed in a world they create. The app uses a warm, colourful and interactive interface, taking the relaxing user experience to a new level.
확장 프로그램 기본 정보
이름 | CozyCave |
ID | jhmkolmecoghmgchjbmkcepfnejkbjbc |
공식 URL | https://chromewebstore.google.com/detail/cozycave/jhmkolmecoghmgchjbmkcepfnejkbjbc |
설명 | Mix and match your favorite atmosphere sounds for a more relaxing and focused browsing experience |
파일 크기 | 10.46 MB |
설치 횟수 | 374 |
현재 버전 | 1.0 |
최근 업데이트 | 2020-08-26 |
출시 날짜 | 2020-08-25 |
평점 | 4.40/5 총 10 개의 평점 |
개발자 | Riad El Mahmoudy |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/riadelm/CozyCave |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CozyCave", "version": "1.0", "description": "Mix and match your favorite atmosphere sounds for a more relaxing and focused browsing experience", "permissions": [ "declarativeContent", "storage", "background" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "web_accessible_resources": [ "rain1.mp3", "train.mp3", "snowstorm.mp3", "thunder.mp3", "fireplace.mp3", "cafe.mp3" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/cclogo16.png", "32": "images\/cclogo32.png", "48": "images\/cclogo48.png", "128": "images\/cclogo128.png" } }, "icons": { "16": "images\/cclogo16.png", "32": "images\/cclogo32.png", "48": "images\/cclogo48.png", "128": "images\/cclogo128.png" }, "manifest_version": 2 } |