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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้าช่วยเหลือ | 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 } |