Rain sound
Background noise to improve productivity.
Rain soundとは何ですか?
Rain soundはJoaquín Vicenteによって開発されたChromeの拡張機能で、その主な機能は「Background noise to improve productivity.」です。
拡張機能のスクリーンショット
Rain sound拡張機能のCRXファイルをダウンロード
Rain sound拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
“A moderate level of noise enhances creativity compared to both low and high levels of noise. Moderate background noise induces distraction which encourages individuals to think at a higher, abstract level, and consequently exhibit higher creativity.”
Source: Exploring the Effects of Ambient Noise on Creative Cognition
Based on http://rainycafe.com/ 拡張機能の基本情報
| 名前 | |
| ID | boccolgmoknhiidceemmgkoaggficcpl |
| 公式URL | https://chromewebstore.google.com/detail/rain-sound/boccolgmoknhiidceemmgkoaggficcpl |
| 説明 | Background noise to improve productivity. |
| ファイルサイズ | 1.01 MB |
| インストール数 | 2,338 |
| 現在のバージョン | 1.0.2 |
| 最終更新日 | 2015-02-24 |
| 公開日 | 2015-02-23 |
| 評価 | 4.71/5 合計 49 レビュー |
| 開発者 | Joaquín Vicente |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Rain sound",
"description": "Background noise to improve productivity.",
"version": "1.0.2",
"author": "Joaqu\u00edn Vicente",
"homepage_url": "https:\/\/github.com\/wacko\/rainsound",
"icons": {
"128": "images\/icon-128px.png",
"48": "images\/icon-48px.png"
},
"browser_action": {
"default_icon": {
"19": "images\/none19px.png",
"38": "images\/none38px.png"
}
},
"background": {
"scripts": [
"rain.js"
]
},
"offline_enabled": true
} | |