One Deep Breath

Take control of your browsing habits using mindfulness.

One Deep Breath란 무엇입니까?

One Deep Breath은(는) http://onedeepbreath.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Take control of your browsing habits using mindfulness."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

One Deep Breath 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Stay focused, relaxed, and mindful, all day, every day.  Block distracting websites and take back control of your browsing habits.  All it takes is one deep breath.

Each time you visit a site on your blocklist, a visual meditation will guide you through a carefully designed breathing exercise that helps you cultivate mindfulness, focus, and relaxation.

Don't just block websites, get to the underlying core of technological addiction and improve your day.

Used by Zen monks, world-class athletes, and military officials, deep, mindful breathing is one of the only scientifically-proven ways to stay mindful, alert, and in control of your actions.  

Why not use it to stay productive and focused on the web?

Beat social media addiction, stop wasting time watching videos, and start improving your life, one deep breath at a time.                    

확장 프로그램 기본 정보

이름 One Deep Breath One Deep Breath
ID cndgldikdljfcjhmcolijhlijljlfmee
공식 URL https://chrome.google.com/webstore/detail/one-deep-breath/cndgldikdljfcjhmcolijhlijljlfmee
설명 Take control of your browsing habits using mindfulness.
파일 크기 22.96 MB
설치 횟수 179
현재 버전 0.0.12
최근 업데이트 2020-03-21
출시 날짜 2020-03-20
평점 4.67/5 총 6 개의 평점
개발자 http://onedeepbreath.io
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "One Deep Breath",
    "version": "0.0.12",
    "description": "Take control of your browsing habits using mindfulness.",
    "icons": {
        "128": "images\/icons\/icon_128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "static\/img_video_map.js",
            "static\/adult-site-list.js",
            "js\/helpers.js",
            "date.js",
            "time.js",
            "background_core.js",
            "background_script.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "date.js",
                "time.js",
                "materialize.js",
                "progressbar.min.js",
                "static\/img_video_map.js",
                "static\/adult-site-list.js",
                "js\/helpers.js",
                "date.js",
                "background_core.js",
                "content.js"
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "",
        "activeTab",
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_icon": "images\/logo.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/gmail.us3.list-manage.com; object-src 'self'"
}