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
电子邮箱 [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
}