Zen noise

Background noise to improve your productivity (rain and thunder, birds, cafe)

Co to jest Zen noise?

Zen noise to rozszerzenie Chrome opracowane przez Sakalou Aliaksei, a jego główną funkcją jest „Background noise to improve your productivity (rain and thunder, birds, cafe)”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Zen noise

Pobierz pliki rozszerzeń Zen noise w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        In the modern world it is very difficult to relax. This extension creates a pleasant background noise for work or relaxation.                    

Podstawowe informacje o rozszerzeniu

Nazwa Zen noise Zen noise
ID gglenjeeebfkpaocofnmbpcaafihhgpo
Oficjalny URL https://chrome.google.com/webstore/detail/zen-noise/gglenjeeebfkpaocofnmbpcaafihhgpo
Opis Background noise to improve your productivity (rain and thunder, birds, cafe)
Rozmiar pliku 13.33 MB
Liczba instalacji 309
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2019-05-10
Data Publikacji 2019-05-10
Ocena 4.67/5 Łącznie 6 Oceny
Deweloper Sakalou Aliaksei
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://zennoise.github.io
Adres URL Strony Pomocy https://zennoise.github.io
Obsługiwane Języki 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
}