Rain sound
Background noise to improve productivity.
ما هو Rain sound؟
Rain sound هو إضافة Chrome تم تطويرها بواسطة Joaquín Vicente، والميزة الرئيسية لها هي "Background noise to improve productivity.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Rain sound
قم بتنزيل ملفات الامتداد Rain sound بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
“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 |
عنوان 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 } |