Zen noise

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

Vad är Zen noise?

Zen noise är en Chrome-tillägg utvecklad av Sakalou Aliaksei, och dess huvudfunktion är "Background noise to improve your productivity (rain and thunder, birds, cafe)".

Tilläggsskärmbilder

screenshot

Ladda ner Zen noise-förlängningens CRX-fil

Ladda ner Zen 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

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

Grundläggande Information om Tillägg

Namn Zen noise Zen noise
ID gglenjeeebfkpaocofnmbpcaafihhgpo
Officiell webbadress https://chrome.google.com/webstore/detail/zen-noise/gglenjeeebfkpaocofnmbpcaafihhgpo
Beskrivning Background noise to improve your productivity (rain and thunder, birds, cafe)
Filstorlek 13.33 MB
Antal Installationer 309
Aktuell Version 1.0
Senast Uppdaterad 2019-05-10
Publiceringsdatum 2019-05-10
Betyg 4.67/5 Totalt 6 Betyg
Utvecklare Sakalou Aliaksei
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://zennoise.github.io
Hjälpsida URL https://zennoise.github.io
Stödda Språk 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
}