Mindfulness: Drag you back into here and now

A bell will ring every 15 minutes or randomly just to drag you back into here and now

Mindfulness: Drag you back into here and now란 무엇입니까?

Mindfulness: Drag you back into here and now은(는) tqtifnypmb에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A bell will ring every 15 minutes or randomly just to drag you back into here and now"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Mindfulness: Drag you back into here and now 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Mindfulness: Drag you back into here and now

While you're using you computer, a bell will ring every 15 minutes or in random interval just to drag you back into here and now.

Mindfulness can also block some distracted sites for you                    

확장 프로그램 기본 정보

이름 Mindfulness: Drag you back into here and now Mindfulness: Drag you back into here and now
ID aopdhjpgkecddgikmahfemkopadamhhd
공식 URL https://chromewebstore.google.com/detail/mindfulness-drag-you-back/aopdhjpgkecddgikmahfemkopadamhhd
설명 A bell will ring every 15 minutes or randomly just to drag you back into here and now
파일 크기 265 KB
설치 횟수 22
현재 버전 1.0.7
최근 업데이트 2020-12-08
출시 날짜 2020-12-06
개발자 tqtifnypmb
이메일 [email protected]
결제 유형 free
지원되는 언어 de,en,fr,es,it,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.0.7",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "64": "icons\/icon_64.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/*.twitter.com\/",
        "https:\/\/*.facebook.com\/",
        "https:\/\/*.youtube.com\/",
        "https:\/\/*.reddit.com\/"
    ],
    "browser_action": {
        "default_title": "Mindful",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitter.com\/*",
                "https:\/\/*.facebook.com\/*",
                "https:\/\/*.youtube.com\/*",
                "https:\/\/*.reddit.com\/*"
            ],
            "css": [
                "block.css"
            ],
            "js": [
                "block.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "\/icons\/icon_128.png"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}