10-Second Focus
Distraction deterrent!
10-Second Focus란 무엇입니까?
10-Second Focus은(는) rred에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Distraction deterrent!"입니다.
확장 프로그램 스크린샷
10-Second Focus 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A simple distraction deterrent via a site blocker that is reasonable enough to stick with long-term.
Functionality: Blocks distracting sites then only allows you to re-access them after 10 seconds of mindfulness. With this conscious barrier from mindless behavior, it makes it harder to get off-task but doesn't cut you off completely.
Features: Lightweight design, non-invasive permissions, customizable block list/deterrent timer/unblock period. 확장 프로그램 기본 정보
| 이름 | |
| ID | pknpbhgcekdpigobealnbgjbeaonegad |
| 공식 URL | https://chromewebstore.google.com/detail/10-second-focus/pknpbhgcekdpigobealnbgjbeaonegad |
| 설명 | Distraction deterrent! |
| 파일 크기 | 48.29 KB |
| 설치 횟수 | 712 |
| 현재 버전 | 0.13 |
| 최근 업데이트 | 2019-02-18 |
| 출시 날짜 | 2019-02-18 |
| 평점 | 5.00/5 총 16 개의 평점 |
| 개발자 | rred |
| 결제 유형 | free |
| 지원되는 언어 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "10-Second Focus",
"manifest_version": 2,
"version": "0.13",
"description": "Distraction deterrent!",
"icons": {
"16": "view\/img\/img38.png",
"48": "view\/img\/img48.png",
"128": "view\/img\/img128.png"
},
"permissions": [
"activeTab",
"storage",
"tabs"
],
"background": {
"page": "bg.html",
"persistent": false
},
"options_page": "view\/options.html",
"web_accessible_resources": [
"view\/js\/jquery.min.map",
"view\/deterrent.html"
],
"browser_action": {
"default_icon": {
"48": "view\/img\/img48.png",
"38": "view\/img\/img38.png"
},
"default_title": "10-Second Focus",
"default_popup": "view\/popup.html"
}
} | |