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
官方網址 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
    }
}