Rain Mood

Listen to the sound of rain to improve productivity and relax.

什么是Rain Mood?

Rain Mood是由appsbylm开发的Chrome扩展程序,该扩展的主要功能是“Listen to the sound of rain to improve productivity and relax.”。

扩展截图

screenshot

下载Rain Mood扩展crx文件

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

扩展使用说明

                        Listen to the sound of rain to stimulate creativity, improve productivity and relax.
This Chrome Extension plays the sound of rain for you while you do stuff.

How to:
1. Click on the icon to play the sound.
2. Click on the icon again to pause the sound.                    

扩展基本信息

名称 Rain Mood Rain Mood
ID doddebbgnlccjopldenafhodlenoibfd
官方URL https://chrome.google.com/webstore/detail/rain-mood/doddebbgnlccjopldenafhodlenoibfd
简介 Listen to the sound of rain to improve productivity and relax.
文件大小 1.15 MB
安装次数 436
当前版本 1.0
更新时间 2019-09-07
上架时间 2019-09-06
评分 5.00/5 共4次评分
开发者 appsbylm
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rain Mood",
    "version": "1.0",
    "description": "Listen to the sound of rain to improve productivity and relax.",
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ],
    "browser_action": {
        "default_title": "Hello darkness my old friend..."
    },
    "icons": {
        "16": "icon16norain.png",
        "128": "icon128rain.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}