CozyCave
Mix and match your favorite atmosphere sounds for a more relaxing and focused browsing experience
CozyCave là gì?
CozyCave là một tiện ích mở rộng Chrome được phát triển bởi Riad El Mahmoudy, và tính năng chính của nó là "Mix and match your favorite atmosphere sounds for a more relaxing and focused browsing experience".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CozyCave
Tải xuống các tệp mở rộng CozyCave dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CozyCave |
ID | jhmkolmecoghmgchjbmkcepfnejkbjbc |
URL Chính Thức | https://chromewebstore.google.com/detail/cozycave/jhmkolmecoghmgchjbmkcepfnejkbjbc |
Mô tả | Mix and match your favorite atmosphere sounds for a more relaxing and focused browsing experience |
Kích Thước Tệp | 10.46 MB |
Số Lần Cài Đặt | 374 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2020-08-26 |
Ngày Phát Hành | 2020-08-25 |
Đánh Giá | 4.40/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | Riad El Mahmoudy |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/riadelm/CozyCave |
Ngôn Ngữ Được Hỗ Trợ | 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 } |