Zen noise
Background noise to improve your productivity (rain and thunder, birds, cafe)
Hvad er Zen noise?
Zen noise er en Chrome-udvidelse udviklet af Sakalou Aliaksei, og dens hovedfunktion er "Background noise to improve your productivity (rain and thunder, birds, cafe)".
Udvidelsesskærmbilleder
Download Zen noise-udvidelses-CRX-fil
Download Zen 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
In the modern world it is very difficult to relax. This extension creates a pleasant background noise for work or relaxation.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | gglenjeeebfkpaocofnmbpcaafihhgpo |
Officiel URL | https://chrome.google.com/webstore/detail/zen-noise/gglenjeeebfkpaocofnmbpcaafihhgpo |
Beskrivelse | Background noise to improve your productivity (rain and thunder, birds, cafe) |
Filstørrelse | 13.33 MB |
Antal Installationer | 309 |
Nuværende Version | 1.0 |
Senest Opdateret | 2019-05-10 |
Udgivelsesdato | 2019-05-10 |
Bedømmelse | 4.67/5 Samlet 6 Bedømmelser |
Udvikler | Sakalou Aliaksei |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://zennoise.github.io |
Hjælpeside-URL | https://zennoise.github.io |
Understøttede Sprog | 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 } |