Mindful Self-Discipline

Keep yourself on track with your goals. Visualize your progress. Overcome procrastination, distraction and excuses in a simple way.

Mindful Self-Discipline क्या है?

Mindful Self-Discipline https://mindfulselfdiscipline.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keep yourself on track with your goals. Visualize your progress. Overcome procrastination, distraction and excuses in a simple way."।

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

screenshot

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

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

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

                        This free plugin exists to help you implement one of the main ideas from the book Mindful Self Discipline. You don’t need to have read the book to be able to use the plugin. It is for all people struggling to make behavior changes, keep their resolutions, or make consistent progress towards their goals.

The concept is to be mindful about every small decision, because every decision matters—it can be either a +1 towards your goals, or a -1. Self-discipline is difficult because in our daily life we often make decisions by habit or impulse, without considering the long-term consequences. This simple practice of labelling every decision as +1 or -1 will give you the awareness you need to live your life more in harmony with your aspirations and highest values.                    

एक्सटेंशन की मूल जानकारी

नाम Mindful Self-Discipline Mindful Self-Discipline
ID fioncmjmhceiogbpebahkakijnlldajg
आधिकारिक URL https://chromewebstore.google.com/detail/mindful-self-discipline/fioncmjmhceiogbpebahkakijnlldajg
विवरण Keep yourself on track with your goals. Visualize your progress. Overcome procrastination, distraction and excuses in a simple way.
फ़ाइल का आकार 776 KB
स्थापना संख्या 134
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2021-05-19
प्रकाशन तिथि 2021-04-20
डेवलपर https://mindfulselfdiscipline.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://mindfulselfdiscipline.com/plugin-download
सहायता पृष्ठ URL https://www.mindfulselfdiscipline.com/contact-me/
गोपनीयता नीति पृष्ठ URL https://www.mindfulselfdiscipline.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mindful Self-Discipline",
    "version": "1.0.3",
    "incognito": "spanning",
    "description": "Keep yourself on track with your goals. Visualize your progress. Overcome procrastination, distraction and excuses in a simple way.",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "64": "images\/icon64.png",
        "72": "images\/icon72.png",
        "128": "images\/icon128.png",
        "256": "images\/icon256.png",
        "400": "images\/icon400.png",
        "500": "images\/icon500.png"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+M"
            }
        }
    },
    "permissions": [
        "tabs",
        "alarms",
        "storage",
        "",
        "notifications",
        "unlimitedStorage"
    ],
    "browser_action": {
        "default_title": "Mindful Self-Discipline",
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png",
            "64": "images\/icon64.png",
            "72": "images\/icon72.png",
            "128": "images\/icon128.png",
            "256": "images\/icon256.png",
            "400": "images\/icon400.png",
            "500": "images\/icon500.png"
        }
    },
    "web_accessible_resources": [
        "images\/*",
        "fonts\/*",
        "notify_page.js",
        "bubble.css",
        "index.html",
        "popup.html",
        "popup.js",
        "popup.css"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "match_about_blank": true
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}