Noise
Ambient sounds to wash away distraction
Hvad er Noise?
Noise er en Chrome-udvidelse udviklet af Green Tech Lab, og dens hovedfunktion er "Ambient sounds to wash away distraction".
Udvidelsesskærmbilleder
Download Noise-udvidelses-CRX-fil
Download Noise-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ljfmpfeiflahbmgpfdhlngnkkfdeakmb |
Officiel URL | https://chrome.google.com/webstore/detail/noise/ljfmpfeiflahbmgpfdhlngnkkfdeakmb |
Beskrivelse | Ambient sounds to wash away distraction |
Filstørrelse | 314 KB |
Antal Installationer | 101 |
Nuværende Version | 0.3 |
Senest Opdateret | 2018-06-14 |
Udgivelsesdato | 2018-06-13 |
Bedømmelse | 1.00/5 Samlet 3 Bedømmelser |
Udvikler | Green Tech Lab |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://qqjilu.com/policy.html |
Understøttede Sprog | 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 } |