Mindful Surfing

Helps you avoid mindlessly surfing the web.

Mindful Surfing란 무엇입니까?

Mindful Surfing은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Helps you avoid mindlessly surfing the web."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        A simple Chrome browser extension to help avoid wasting excessive time -- or retain "mindfulness" when browsing the web.

Unlike many other extensions which block time on specific 'distracting' sites, this extension works based on the time the browser has been running.

Two features, each of which can be enabled independently:

1. An absolute limit on the duration of the browser session, after this time, the browser will be closed. Notifications warn of  pending shutdown.
2. Show a notification on time interval, reminding you how much time you have spent online.

All the time limits can be configured, and a URL white-list is supported - when the active tab matches the white-list, features are disabled.

Notes
-----
If you decide to enable the feature to automatically close the browser, you might wish to enable persistence of the tabs:
    Settings > On startup > "continue where you left off"
    
This extension is supposed to be annoying -- the point of it is to distract you from mindless surfing!

Definitely an Alpha -- comments welcome!

Icon credit to: http://www.cliparthut.com/xmas-candle-clipart.html

Ben Blamey
[email protected]                    

확장 프로그램 기본 정보

이름 Mindful Surfing Mindful Surfing
ID odbgeeabkpglgkdlfekbhhoipbpebcal
공식 URL https://chromewebstore.google.com/detail/mindful-surfing/odbgeeabkpglgkdlfekbhhoipbpebcal
설명 Helps you avoid mindlessly surfing the web.
파일 크기 58.36 KB
설치 횟수 101
현재 버전 1.0
최근 업데이트 2015-09-24
출시 날짜 2015-09-24
평점 5.00/5 총 2 개의 평점
개발자 Unknown
결제 유형 free
확장 프로그램 웹 사이트 http://www.github.com/benblamey/mindful_surfing
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mindful Surfing",
    "description": "Helps you avoid mindlessly surfing the web.",
    "version": "1.0",
    "permissions": [
        "activeTab",
        "alarms",
        "notifications",
        "windows",
        "activeTab",
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "core.js",
            "backgroundPage.js"
        ],
        "persistent": true
    }
}