Noise

Ambient sounds to wash away distraction

什么是Noise?

Noise是由Green Tech Lab开发的Chrome扩展程序,该扩展的主要功能是“Ambient sounds to wash away distraction”。

扩展截图

screenshot

下载Noise扩展crx文件

下载Noise扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Noise can improve your focus and boost your productivity. Block out annoying noises and create the right environment for working or relaxing.

A lot of natural white noise as follows:
✔ the sound of Rain, Thunder, Wind
✔ the sound of Fire, Waves, Birds, Crickets
✔ the sound of CoffeeShop, Singing Bowl
✔ the sound of TV White Noise                    

扩展基本信息

名称 Noise Noise
ID ljfmpfeiflahbmgpfdhlngnkkfdeakmb
官方URL https://chrome.google.com/webstore/detail/noise/ljfmpfeiflahbmgpfdhlngnkkfdeakmb
简介 Ambient sounds to wash away distraction
文件大小 314 KB
安装次数 101
当前版本 0.3
更新时间 2018-06-14
上架时间 2018-06-13
评分 1.00/5 共3次评分
开发者 Green Tech Lab
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://qqjilu.com/policy.html
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Noise",
    "version": "0.3",
    "description": "Ambient sounds to wash away distraction",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}