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.
拡張機能の基本情報
名前 | |
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 } |