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.」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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 } } |