WasteNoTime

Blocking time-wasting sites so you can be productive. Privacy conscious, feature rich, and highly customizable!

WasteNoTime란 무엇입니까?

WasteNoTime은(는) http://bumblebeesystems.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Blocking time-wasting sites so you can be productive. Privacy conscious, feature rich, and highly customizable!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        There are many "web blockers" in the Chrome Web Store but WasteNoTime is the only extension that requires the minimal permission (accessing your browser navigation history only) to do its job. Other extensions like Stayfocusd would require permission to “read and change all your data on all the web sites that you visit”.

WasteNoTime is not only privacy conscious but it is highly customizable and feature rich.
* Instant Lockdown: Allows you to focus on your work for a period of time undistracted
* Per-site setting: Allows you to customize the time quota for a particular web site
* Work hour setting: allows you to define separate time quotas for your work and non-work hours
* +Links setting: Allows you to track time spent not only on the web site itself but on any link navigated from it. Super useful for web sites like Reddit or Hacker News.
* Time Tracker: Gives you reports on what web sites you spent most of your time, for the past day, week, or month

Currently supported locales: English, 中文 (Thanks to 赖巍!)
If you are interested in localizing this extension in your language, please send me a message at the support web site.                    

확장 프로그램 기본 정보

이름 WasteNoTime WasteNoTime
ID enebomhlllfaccbelnjhfgblnalofhch
공식 URL https://chrome.google.com/webstore/detail/wastenotime/enebomhlllfaccbelnjhfgblnalofhch
설명 Blocking time-wasting sites so you can be productive. Privacy conscious, feature rich, and highly customizable!
파일 크기 226 KB
설치 횟수 43,109
현재 버전 3.5.0.11298
최근 업데이트 2020-04-16
출시 날짜 2020-04-13
평점 4.64/5 총 851 개의 평점
개발자 http://bumblebeesystems.com
결제 유형 free
확장 프로그램 웹 사이트 http://www.bumblebeesystems.com/wastenotime/
도움말 페이지 URL http://www.bumblebeesystems.com/wastenotime/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WasteNoTime",
    "version": "3.5.0.11298",
    "manifest_version": 2,
    "description": "Blocking time-wasting sites so you can be productive. Privacy conscious, feature rich, and highly customizable!",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.bumblebeesystems.com https:\/\/connect.facebook.net; object-src 'self'",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon_16.png",
        "default_title": "WasteNoTime",
        "default_popup": "popover.html"
    },
    "background": {
        "page": "global.html"
    },
    "options_page": "view.html",
    "homepage_url": "http:\/\/www.bumblebeesystems.com\/wastenotime\/",
    "incognito": "spanning",
    "default_locale": "en",
    "permissions": [
        "webNavigation",
        "tabs",
        "contextMenus",
        "idle",
        "storage"
    ]
}