Mindful Browsing

Mindful Browsing saves your time and increases your productivity by interrupting your mindless browsing habits.

Mindful Browsing란 무엇입니까?

Mindful Browsing은(는) ajobi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mindful Browsing saves your time and increases your productivity by interrupting your mindless browsing habits."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Mindful Browsing is a productivity extension for Google Chrome that helps you stay focused on your task by targeting your mindless browsing habits. It offers a flexible policy that does not strictly forbid any content, but instead gives YOU the power over your browsing choices. You can still visit distracting websites after completing a small challenge, and if you really take the effort to do so, you are getting notified by the extension in a regular interval until all of the distracting content gets closed. Pleasant design, productivity quotes, or ability to specify your upcoming task are just a few of the convenience features you will have access to. Everything is for free and highly customizable.

---------------------------------------------------------
Release Notes
---------------------------------------------------------

1.0.1 - press 'TAB' to browse settings - hint removed
1.0.0 - initial release                    

확장 프로그램 기본 정보

이름 Mindful Browsing Mindful Browsing
ID cobldifbambmimppcfdgifkiccmdmakf
공식 URL https://chromewebstore.google.com/detail/mindful-browsing/cobldifbambmimppcfdgifkiccmdmakf
설명 Mindful Browsing saves your time and increases your productivity by interrupting your mindless browsing habits.
파일 크기 2.44 MB
설치 횟수 260
현재 버전 1.0.1
최근 업데이트 2020-08-26
출시 날짜 2020-04-20
평점 4.75/5 총 4 개의 평점
개발자 ajobi
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mindful Browsing",
    "version": "1.0.1",
    "description": "Mindful Browsing saves your time and increases your productivity by interrupting your mindless browsing habits.",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "modules\/utils\/logger.js",
            "modules\/utils\/notifications.js",
            "modules\/utils\/strings.js",
            "modules\/utils\/time.js",
            "modules\/utils\/url.js",
            "modules\/utils\/validators.js",
            "modules\/installation.js",
            "modules\/settings.js",
            "modules\/monitoring.js",
            "modules\/enforcing.js",
            "modules\/store.js",
            "background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "layout\/newtab\/newtab.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "notifications"
    ],
    "icons": {
        "128": "\/assets\/logo\/logo-128.png"
    },
    "browser_action": {
        "default_icon": "\/assets\/logo\/logo-128.png"
    }
}