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」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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
}