NimbusMind: Meditation, Relax, and Calm

Learn how to meditate, mindfulness, stress less. Nature sounds, live wallpapers and more.

O que é NimbusMind: Meditation, Relax, and Calm?

NimbusMind: Meditation, Relax, and Calm é uma extensão do Chrome desenvolvida por https://nimbusmind.com, e sua principal característica é "Learn how to meditate, mindfulness, stress less. Nature sounds, live wallpapers and more.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão NimbusMind: Meditation, Relax, and Calm

Baixe arquivos de extensão NimbusMind: Meditation, Relax, and Calm no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        NimbusMind is your personal meditation helper. It's an easy and convenient way to learn meditation and stay mindful throughout the day.

NimbusMind is the perfect meditation app for beginners, but it also includes many programs for the intermediate and advanced user.

Guided sessions are available in several lengths, including 3, 5, 10, 20, 30, or 40-minute sessions. The sessions are conveniently designed so you can choose according to how much time you have available. Besides single sessions, NimbusMind has multi-session programs for the most important aspects of your life:

• Focus
• Sleep
• Anxiety
• Happiness
• And many more

All of our programs are designed to be simple and effective. NimbusMind also has extra features to enhance your meditation practice and make sessions more fun:

• Ambient background sounds
(Fire, River, Ocean, Cat Purr, Rain, Forest, and more)

• Video themes
(Relaxing videos that help with visualization)

• Background music
(Focus, Meditation, Sleep, and more)


★★ For iPhone and iPad ★★
https://itunes.apple.com/app/nimbusmind-mindfulness-app/id1278663918

★★ For Android ★★
https://play.google.com/store/apps/details?id=co.nimbusweb.mind

Terms & Policy
https://nimbusmind.com/terms                    

Informações Básicas da Extensão

Nome NimbusMind: Meditation, Relax, and Calm NimbusMind: Meditation, Relax, and Calm
ID accebjobnljiehcaocahignlanfnfkcc
URL Oficial https://chromewebstore.google.com/detail/nimbusmind-meditation-rel/accebjobnljiehcaocahignlanfnfkcc
Descrição Learn how to meditate, mindfulness, stress less. Nature sounds, live wallpapers and more.
Tamanho do Arquivo 34.93 MB
Contagem de Instalações 11,819
Versão Atual 2.6.0
Última Atualização 2023-12-14
Data de Publicação 2018-11-24
Classificação 4.33/5 Total de 57 Avaliações
Desenvolvedor https://nimbusmind.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://nimbusmind.com/
URL da Página de Política de Privacidade https://everhelper.pro/privacy.php
Idiomas Suportados en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "short_name": "__MSG_appShort__",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "2.6.0",
    "background": {
        "service_worker": "pages\/backend\/background.js",
        "type": "module"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "options_page": "pages\/options\/options.html",
    "permissions": [
        "management",
        "storage",
        "unlimitedStorage",
        "tabs",
        "activeTab",
        "cookies",
        "scripting"
    ],
    "host_permissions": [
        "",
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "pages\/mind\/meditation.html"
            ],
            "use_dynamic_url": true
        }
    ],
    "icons": {
        "128": "img\/icon\/icon.png",
        "16": "img\/icon\/icon.png",
        "24": "img\/icon\/icon.png",
        "32": "img\/icon\/icon.png",
        "48": "img\/icon\/icon.png",
        "64": "img\/icon\/icon.png",
        "96": "img\/icon\/icon.png",
        "19": "img\/icon\/icon.png"
    },
    "default_locale": "en",
    "action": {
        "default_icon": "\/pages\/common\/mind\/img\/assets\/icon.png",
        "default_title": "Nimbus Mind"
    },
    "commands": {
        "toggle-feature-foo": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "Toggle feature foo",
            "global": false
        }
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApB8LMOHhkAQaXsIokkG3ZBjQIKz40Rs+JDd0My7\/UwopjsDdc5pdyT7cKHL7U9mdBfHBLBJV+\/K8zArzQGufRO9sX\/dSMmKet6gG2TyVOrc0facrTVl9n2jilIcaaEb2aN5UMVtnd+ymZxwUBcEVugM81ou3DbpvvaIqgGTq53zjO\/MzCyTG73D\/0VIMXRWf2iSoH0EskolpabAapALqTJ4vwDetdCdOdcyTV1Od87OyOSs2DQnjkSosUUIbmYyY\/Psd4Qfg3b\/P8e4rUoaUROXl+nJ6PAQ\/9cvHCPUhkEgfC+p3+7XwSFIdrMeun2EzdBEySY\/y7exGUkzwTC8sNwIDAQAB"
}