Noise
Ambient sounds to wash away distraction
Apa itu Noise?
Noise adalah ekstensi Chrome yang dikembangkan oleh Green Tech Lab, dan fitur utamanya adalah "Ambient sounds to wash away distraction".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Noise
Unduh file ekstensi Noise dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Noise can improve your focus and boost your productivity. Block out annoying noises and create the right environment for working or relaxing. A lot of natural white noise as follows: ✔ the sound of Rain, Thunder, Wind ✔ the sound of Fire, Waves, Birds, Crickets ✔ the sound of CoffeeShop, Singing Bowl ✔ the sound of TV White Noise
Informasi Dasar Ekstensi
Nama | |
ID | ljfmpfeiflahbmgpfdhlngnkkfdeakmb |
URL Resmi | https://chrome.google.com/webstore/detail/noise/ljfmpfeiflahbmgpfdhlngnkkfdeakmb |
Deskripsi | Ambient sounds to wash away distraction |
Ukuran File | 314 KB |
Jumlah Instalasi | 101 |
Versi Saat Ini | 0.3 |
Terakhir Diperbarui | 2018-06-14 |
Tanggal Publikasi | 2018-06-13 |
Penilaian | 1.00/5 Total 3 Penilaian |
Pengembang | Green Tech Lab |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://qqjilu.com/policy.html |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Noise", "version": "0.3", "description": "Ambient sounds to wash away distraction", "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "page_action": { "default_popup": "popup.html", "default_icon": { "128": "images\/icon128.png" } }, "icons": { "128": "images\/icon128.png" }, "manifest_version": 2 } |