Mind. Extension

Randomly replaces your new tab page with a mindful reminder aimed at bringing you back into focus.

什么是Mind. Extension?

Mind. Extension是由theryankearns.com开发的Chrome扩展程序,该扩展的主要功能是“Randomly replaces your new tab page with a mindful reminder aimed at bringing you back into focus.”。

扩展截图

screenshot
screenshot
screenshot

下载Mind. Extension扩展crx文件

下载Mind. Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Mind is the browser extension that interrupts your browsing experience by randomly replacing your new tab page with a mindful reminder aimed at bringing you back into your center.

The problem with most reminder apps or add-ons is that the user is the one who writes and schedules them, they know they're coming and are prepared to receive them. Having the reminders appear at random without the ability to choose the messaging provides a more natural opportunity for mindful reflection.

The goal of this extension is to help instill a sense of discipline in small, more manageable chunks, and over time create a stronger sense of ownership and control over your thoughts and actions.                    

扩展基本信息

名称 Mind. Extension Mind. Extension
ID hfbjojbpmacggphgpmegfdbmibpeipmb
官方URL https://chrome.google.com/webstore/detail/mind-extension/hfbjojbpmacggphgpmegfdbmibpeipmb
简介 Randomly replaces your new tab page with a mindful reminder aimed at bringing you back into focus.
文件大小 87.61 KB
安装次数 15
当前版本 1.1
更新时间 2018-05-30
上架时间 2018-05-30
评分 5.00/5 共1次评分
开发者 theryankearns.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.theryankearns.com/mind
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mind. Extension",
    "version": "1.1",
    "description": "Randomly replaces your new tab page with a mindful reminder aimed at bringing you back into focus.",
    "background": {
        "scripts": [
            "js\/mind.js",
            "js\/jquery-3.3.1.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage",
        "chrome:\/\/favicon\/"
    ],
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "96": "img\/96.png"
    },
    "incognito": "split"
}