Mindfulli Quote Wallpapers New Tab

Mindfulli is a peaceful new tab page with inspirational quotes and live nature wallpapers to calm and motivate you.

O que é Mindfulli Quote Wallpapers New Tab?

Mindfulli Quote Wallpapers New Tab é uma extensão do Chrome desenvolvida por Mindfulli, e sua principal característica é "Mindfulli is a peaceful new tab page with inspirational quotes and live nature wallpapers to calm and motivate you.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Mindfulli Quote Wallpapers New Tab

Baixe arquivos de extensão Mindfulli Quote Wallpapers New Tab 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

                        Being in nature may be one of the best ways to boost your mental health. After installing this extension, you will be greeted with positive quotes, along with soothing live nature wallpapers and relaxing nature sounds and music.

Mindfulli Quote Wallpapers New Tab improves your mindset and helps you overcome whatever resistance comes your way. It offers a collection of positive quotes that you can rely on. Inspirational quotes can inspire a frazzled mind and comfort an agitated soul.

Our quotes are handpicked for their ability to uplift people and serve as an inspiration to always look for the silver lining in every situation.

The auto-changing live nature wallpapers provide soothing sensory experiences that bring on a calming and positive state of mind. They facilitate mindfulness and reflection allowing your body to rest and hold your attention.

Get even more mindful by listening to the sounds of ocean waves, singing birds, crickets, a fireplace, or the relaxing music of the flute, piano, chill-out, and more. The meditating sounds of nature are perfect for putting yourself first, releasing stress, and separating you from distractions.

Mindfulli Quote Wallpapers extension is simple, easy to use, and, most of all, free! Enjoy searching and browsing the internet with Bing.

Install Mindfulli New Tab Chrome extension and let it help you move toward your goals.                    

Informações Básicas da Extensão

Nome Mindfulli Quote Wallpapers New Tab Mindfulli Quote Wallpapers New Tab
ID ednnpeklkonadhmmiodaaliheagfgocc
URL Oficial https://chromewebstore.google.com/detail/mindfulli-quote-wallpaper/ednnpeklkonadhmmiodaaliheagfgocc
Descrição Mindfulli is a peaceful new tab page with inspirational quotes and live nature wallpapers to calm and motivate you.
Tamanho do Arquivo 40.59 KB
Contagem de Instalações 856
Versão Atual 3.0.19
Última Atualização 2023-09-13
Data de Publicação 2022-09-21
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor Mindfulli
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://mindfulli.co
URL da Página de Ajuda http://www.mindfulli.co/contact/
URL da Página de Política de Privacidade http://www.mindfulli.co/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mindfulli Quote Wallpapers New Tab",
    "description": "Mindfulli is a peaceful new tab page with inspirational quotes and live nature wallpapers to calm and motivate you.",
    "version": "3.0.19",
    "short_name": "Mindfulli",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/16.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_icon": {
            "64": "icons\/64.png",
            "128": "icons\/128.png"
        },
        "default_title": "Mindfulli Quote Wallpapers New Tab"
    },
    "background": {
        "service_worker": "main.js",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.mindfulli.co\/*"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newtab\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.mindfulli.co\/*"
            ],
            "js": [
                "js\/content-scripts\/installed.js",
                "js\/content-scripts\/event-handler.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 3
}