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
官方網址 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
電子郵箱 [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"
    }
}