Mindfulli Quote Wallpapers New Tab

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

Mindfulli Quote Wallpapers New Tabとは何ですか?

Mindfulli Quote Wallpapers New TabはMindfulliによって開発されたChromeの拡張機能で、その主な機能は「Mindfulli is a peaceful new tab page with inspirational quotes and live nature wallpapers to calm and motivate you.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Mindfulli Quote Wallpapers New Tab拡張機能のCRXファイルをダウンロード

Mindfulli Quote Wallpapers New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Mindfulli Quote Wallpapers New Tab Mindfulli Quote Wallpapers New Tab
ID ednnpeklkonadhmmiodaaliheagfgocc
公式URL https://chromewebstore.google.com/detail/mindfulli-quote-wallpaper/ednnpeklkonadhmmiodaaliheagfgocc
説明 Mindfulli is a peaceful new tab page with inspirational quotes and live nature wallpapers to calm and motivate you.
ファイルサイズ 40.59 KB
インストール数 856
現在のバージョン 3.0.19
最終更新日 2023-09-13
公開日 2022-09-21
評価 5.00/5 合計 6 レビュー
開発者 Mindfulli
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://mindfulli.co
ヘルプページのURL http://www.mindfulli.co/contact/
プライバシーポリシーページのURL http://www.mindfulli.co/privacy
対応言語 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
}