New Tab Mindfulness

A gentle reminder to live in the moment with mindfulness quotes and meditations.

New Tab Mindfulnessとは何ですか?

New Tab MindfulnessはThe Mindful Tech Labによって開発されたChromeの拡張機能で、その主な機能は「A gentle reminder to live in the moment with mindfulness quotes and meditations.」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Enhance your default 'new tab' page to display a random quote on mindfulness and quick links to meditations in your browser.

Whether you're overwhelmed with work throughout the day or are rushing to complete multiple tasks at once, the New Tab Mindfulness extension is here to remind you to not get overwhelmed, take a few deep breaths, and then take on the tasks at hand. It's simple, but useful.                    

拡張機能の基本情報

名前 New Tab Mindfulness New Tab Mindfulness
ID gakekacnalcpkgkogmbmknlcdikjghba
公式URL https://chrome.google.com/webstore/detail/new-tab-mindfulness/gakekacnalcpkgkogmbmknlcdikjghba
説明 A gentle reminder to live in the moment with mindfulness quotes and meditations.
ファイルサイズ 38.32 KB
インストール数 454
現在のバージョン 2.5
最終更新日 2017-07-19
公開日 2017-07-19
評価 4.00/5 合計 5 レビュー
開発者 The Mindful Tech Lab
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://themindfultechlab.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Tab Mindfulness",
    "description": "A gentle reminder to live in the moment with mindfulness quotes and meditations.",
    "version": "2.5",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "management"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}