Self Control
A simple extension to keep you focused online
Self Control란 무엇입니까?
Self Control은(는) nhandyal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple extension to keep you focused online"입니다.
확장 프로그램 스크린샷
Self Control 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
V2 updates! - Custom time interval for distraction free mode - Ability to turn off 'always on' mode - Improved UI -- Self Control -- A simple app to keep you focused online by blocking sites that you spend way too much time on. Note that the app works by blocking patterns within the full url. For example if you were to block the pattern "book" the sites www.facebook.com and books.google.com would both be blocked. Distraction free mode prevents you from removing block patterns from the app for a fixed amount of time. By default this is one hour, but it can be changed in settings. Note that you cannot set a time shorter than 20 min :p By default the extension is always running. To change this so that the extension only runs when distraction free mode is enabled, toggle 'Always on' in settings to Off.
확장 프로그램 기본 정보
이름 | Self Control |
ID | ncaaipdfhdijmfdfmeoagmogddhkfdec |
공식 URL | https://chromewebstore.google.com/detail/self-control/ncaaipdfhdijmfdfmeoagmogddhkfdec |
설명 | A simple extension to keep you focused online |
파일 크기 | 914 KB |
설치 횟수 | 33,353 |
현재 버전 | 2.1.2 |
최근 업데이트 | 2017-05-16 |
출시 날짜 | 2017-05-15 |
평점 | 4.03/5 총 226 개의 평점 |
개발자 | nhandyal |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/background-bundle.js" ] }, "browser_action": { "default_icon": { "19": "images\/pirate_19.png", "38": "images\/pirate_38.png" }, "default_popup": "html\/popup.html", "default_title": "Self Control" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "description": "A simple extension to keep you focused online", "icons": { "128": "images\/pirate_128.png", "16": "images\/pirate_16.png", "48": "images\/pirate_48.png" }, "incognito": "spanning", "manifest_version": 2, "name": "Self Control", "permissions": [ "webRequest", "webRequestBlocking", " |