Zen noise
Background noise to improve your productivity (rain and thunder, birds, cafe)
ما هو Zen noise؟
Zen noise هو إضافة Chrome تم تطويرها بواسطة Sakalou Aliaksei، والميزة الرئيسية لها هي "Background noise to improve your productivity (rain and thunder, birds, cafe)".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Zen noise
قم بتنزيل ملفات الامتداد Zen noise بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
In the modern world it is very difficult to relax. This extension creates a pleasant background noise for work or relaxation.
معلومات أساسية عن التمديد
الاسم | |
ID | gglenjeeebfkpaocofnmbpcaafihhgpo |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/zen-noise/gglenjeeebfkpaocofnmbpcaafihhgpo |
الوصف | Background noise to improve your productivity (rain and thunder, birds, cafe) |
حجم الملف | 13.33 MB |
عدد التثبيتات | 309 |
النسخة الحالية | 1.0 |
آخر تحديث | 2019-05-10 |
تاريخ النشر | 2019-05-10 |
تقييم | 4.67/5 مجموع تقييمات 6 |
المطور | Sakalou Aliaksei |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://zennoise.github.io |
عنوان صفحة المساعدة | https://zennoise.github.io |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Zen noise", "description": "Background noise to improve your productivity (rain and thunder, birds, cafe)", "version": "1.0", "author": "Sakalou Aliaksei", "homepage_url": "https:\/\/zennoise.github.io", "browser_action": { "default_icon": { "16": "images\/logo_16.png", "32": "images\/logo_32.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" }, "default_popup": "popup.html" }, "permissions": [ "background" ], "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "icons": { "16": "images\/logo_16.png", "32": "images\/logo_32.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" }, "offline_enabled": true } |