Noise
Ambient sounds to wash away distraction
Vad är Noise?
Noise är en Chrome-tillägg utvecklad av Green Tech Lab, och dess huvudfunktion är "Ambient sounds to wash away distraction".
Tilläggsskärmbilder
Ladda ner Noise-förlängningens CRX-fil
Ladda ner Noise-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | ljfmpfeiflahbmgpfdhlngnkkfdeakmb |
Officiell webbadress | https://chrome.google.com/webstore/detail/noise/ljfmpfeiflahbmgpfdhlngnkkfdeakmb |
Beskrivning | Ambient sounds to wash away distraction |
Filstorlek | 314 KB |
Antal Installationer | 101 |
Aktuell Version | 0.3 |
Senast Uppdaterad | 2018-06-14 |
Publiceringsdatum | 2018-06-13 |
Betyg | 1.00/5 Totalt 3 Betyg |
Utvecklare | Green Tech Lab |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://qqjilu.com/policy.html |
Stödda Språk | 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 } |