Rainfall

Listen to the rain fall, storms and lightning.

什么是Rainfall?

Rainfall是由jrobertlloyd开发的Chrome扩展程序,该扩展的主要功能是“Listen to the rain fall, storms and lightning.”。

下载Rainfall扩展crx文件

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

扩展使用说明

                        Listen to the soothing sounds of rain, lightning, nature and storms while doing work or browsing the web. Press it once to play, press it again to pause.                    

扩展基本信息

名称 Rainfall Rainfall
ID jbndmkpanbblfjkifjlacalfakhmapcb
官方URL https://chrome.google.com/webstore/detail/rainfall/jbndmkpanbblfjkifjlacalfakhmapcb
简介 Listen to the rain fall, storms and lightning.
文件大小 5.72 MB
安装次数 108
当前版本 1.0
更新时间 2018-06-26
上架时间 2018-06-26
开发者 jrobertlloyd
付费类型 free
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rainfall",
    "description": "Listen to the rain fall, storms and lightning.",
    "version": "1.0",
    "author": "James Lloyd",
    "icons": {
        "128": "images\/rain128.png",
        "48": "images\/rain32.png"
    },
    "browser_action": {
        "default_icon": {
            "38": "images\/rain32.png"
        }
    },
    "background": {
        "scripts": [
            "rain.js"
        ]
    },
    "offline_enabled": true
}