Mindful Break

This Chrome extension offers a new mindfulness tip each time it is opened.

Mindful Break란 무엇입니까?

Mindful Break은(는) google.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This Chrome extension offers a new mindfulness tip each time it is opened."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Mindful Break 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Need a break?  The Mindful Break Chrome extension gives you a mindfulness tip and guides you through a short breathing exercise. Set reminders to help you remember.  Go full-screen to help you stay focused.

By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.                    

확장 프로그램 기본 정보

이름 Mindful Break Mindful Break
ID onjcfgnjjbnflacfbnjaapcbiecckilk
공식 URL https://chrome.google.com/webstore/detail/mindful-break/onjcfgnjjbnflacfbnjaapcbiecckilk
설명 This Chrome extension offers a new mindfulness tip each time it is opened.
파일 크기 88.93 KB
설치 횟수 44,780
현재 버전 2.0.3
최근 업데이트 2017-07-18
출시 날짜 2017-07-18
평점 4.31/5 총 134 개의 평점
개발자 google.com
개인정보 보호 정책 페이지 URL https://policies.google.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "2.0.3",
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "gpause-crop.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "gpause-crop.png"
    },
    "permissions": [
        "alarms",
        "notifications",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "offline_enabled": true
}