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