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文件
下载CozyCave扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 } |