Mindfulli Quote Wallpapers New Tab

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

What is Mindfulli Quote Wallpapers New Tab?

Mindfulli Quote Wallpapers New Tab is a Chrome extension developed by Mindfulli, and its main feature is "Mindfulli is a peaceful new tab page with inspirational quotes and live nature wallpapers to calm and motivate you.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Mindfulli Quote Wallpapers New Tab Extension CRX File

Download Mindfulli Quote Wallpapers New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Mindfulli Quote Wallpapers New Tab Mindfulli Quote Wallpapers New Tab
ID ednnpeklkonadhmmiodaaliheagfgocc
Official URL https://chromewebstore.google.com/detail/mindfulli-quote-wallpaper/ednnpeklkonadhmmiodaaliheagfgocc
Description Mindfulli is a peaceful new tab page with inspirational quotes and live nature wallpapers to calm and motivate you.
File Size 40.59 KB
Installation Count 856
Current Version 3.0.19
Last Updated 2023-09-13
Publish Date 2022-09-21
Rating 5.00/5 Total 6 Ratings
Developer Mindfulli
Email [email protected]
Payment Type free
Extension Website https://mindfulli.co
Help Page URL http://www.mindfulli.co/contact/
Privacy Policy Page URL http://www.mindfulli.co/privacy
Supported Languages 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
}