Zen noise
Background noise to improve your productivity (rain and thunder, birds, cafe)
Wat is Zen noise?
Zen noise is een Chrome-extensie ontwikkeld door Sakalou Aliaksei, en de belangrijkste functie is "Background noise to improve your productivity (rain and thunder, birds, cafe)".
Extensie Screenshots
Download het CRX-bestand van de extensie Zen noise
Download Zen noise-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
In the modern world it is very difficult to relax. This extension creates a pleasant background noise for work or relaxation. Basisinformatie over de Extensie
| Naam | |
| ID | gglenjeeebfkpaocofnmbpcaafihhgpo |
| Officiële URL | https://chrome.google.com/webstore/detail/zen-noise/gglenjeeebfkpaocofnmbpcaafihhgpo |
| Beschrijving | Background noise to improve your productivity (rain and thunder, birds, cafe) |
| Bestandsgrootte | 13.33 MB |
| Aantal Installaties | 309 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2019-05-10 |
| Publicatiedatum | 2019-05-10 |
| Beoordeling | 4.67/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | Sakalou Aliaksei |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://zennoise.github.io |
| Help Pagina-URL | https://zennoise.github.io |
| Ondersteunde Talen | 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
} | |