CozyCave
Mix and match your favorite atmosphere sounds for a more relaxing and focused browsing experience
CozyCave क्या है?
CozyCave Riad El Mahmoudy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Mix and match your favorite atmosphere sounds for a more relaxing and focused browsing experience"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CozyCave एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } |