CozyCave
Mix and match your favorite atmosphere sounds for a more relaxing and focused browsing experience
Τι είναι το CozyCave;
Το CozyCave είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Riad El Mahmoudy, και η κύρια λειτουργία του είναι "Mix and match your favorite atmosphere sounds for a more relaxing and focused browsing experience".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης CozyCave
Λήψη αρχείων επέκτασης 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 } |