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/
擴展基本資訊
名稱 | Rain sound |
ID | boccolgmoknhiidceemmgkoaggficcpl |
官方網址 | 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 } |