Zen noise

Background noise to improve your productivity (rain and thunder, birds, cafe)

Zen noiseとは何ですか?

Zen noiseはSakalou Aliakseiによって開発されたChromeの拡張機能で、その主な機能は「Background noise to improve your productivity (rain and thunder, birds, cafe)」です。

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

screenshot

Zen noise拡張機能のCRXファイルをダウンロード

Zen noise拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        In the modern world it is very difficult to relax. This extension creates a pleasant background noise for work or relaxation.                    

拡張機能の基本情報

名前 Zen noise Zen noise
ID gglenjeeebfkpaocofnmbpcaafihhgpo
公式URL https://chrome.google.com/webstore/detail/zen-noise/gglenjeeebfkpaocofnmbpcaafihhgpo
説明 Background noise to improve your productivity (rain and thunder, birds, cafe)
ファイルサイズ 13.33 MB
インストール数 309
現在のバージョン 1.0
最終更新日 2019-05-10
公開日 2019-05-10
評価 4.67/5 合計 6 レビュー
開発者 Sakalou Aliaksei
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://zennoise.github.io
ヘルプページのURL https://zennoise.github.io
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zen noise",
    "description": "Background noise to improve your productivity (rain and thunder, birds, cafe)",
    "version": "1.0",
    "author": "Sakalou Aliaksei",
    "homepage_url": "https:\/\/zennoise.github.io",
    "browser_action": {
        "default_icon": {
            "16": "images\/logo_16.png",
            "32": "images\/logo_32.png",
            "48": "images\/logo_48.png",
            "128": "images\/logo_128.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "background"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "images\/logo_16.png",
        "32": "images\/logo_32.png",
        "48": "images\/logo_48.png",
        "128": "images\/logo_128.png"
    },
    "offline_enabled": true
}