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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Randomly replaces your new tab page with a mindful reminder aimed at bringing you back into focus."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Mind. Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}