DistractBlock
Temporarily block websites - *** STUDY AID ***
DistractBlock란 무엇입니까?
DistractBlock은(는) pandaDevs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Temporarily block websites - *** STUDY AID ***"입니다.
확장 프로그램 스크린샷
DistractBlock 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Be more productive and stay focused with DistractBlock. A simple, easy to use study aid to block distracting websites. You can block sites individually or you can create a list of sites to block in a single click. Sites continue to be blocked until the user selected timer runs out. Please do not hesitate to email me any issues/suggestions you have before giving negative feedback! I will try and fix issues ASAP.
확장 프로그램 기본 정보
이름 | |
ID | chkocephofomhgkamlgndfolgpgddhnf |
공식 URL | https://chrome.google.com/webstore/detail/distractblock/chkocephofomhgkamlgndfolgpgddhnf |
설명 | Temporarily block websites - *** STUDY AID *** |
파일 크기 | 153 KB |
설치 횟수 | 90 |
현재 버전 | 1.1 |
최근 업데이트 | 2017-03-08 |
출시 날짜 | 2017-03-08 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | pandaDevs |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DistractBlock", "short_name": "DistractBlock", "description": "Temporarily block websites - *** STUDY AID ***", "version": "1.1", "manifest_version": 2, "browser_action": { "default_popup": "popup.html", "default_icon": "img\/icons\/not_active_64.png" }, "background": { "scripts": [ "jquery.js", "background.js" ] }, "icons": { "32": "img\/icons\/active_32.png", "64": "img\/icons\/active_64.png", "128": "img\/icons\/active_128.png" }, "web_accessible_resources": [ "blocked.html" ], "permissions": [ "webNavigation", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "declarativeContent", "storage" ] } |