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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keep yourself on track with your goals. Visualize your progress. Overcome procrastination, distraction and excuses in a simple way."입니다.

확장 프로그램 스크린샷

screenshot

Mindful Self-Discipline 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'"
}