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
电子邮箱 [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"
    }
}