Good Morning
Be more productive each morning by avoiding distracting websites
Good Morning란 무엇입니까?
Good Morning은(는) Travis Wimer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Be more productive each morning by avoiding distracting websites"입니다.
확장 프로그램 스크린샷
Good Morning 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
You've probably heard that most successful people know how to get work done in the morning. Good Morning is an extension to help you be more productive during those early hours by: - Blocking common distracting sites - Allowing you to add/remove sites to block - Giving you the option to bypass the blocker on a site for 5 minutes - Automatically letting you browse freely after noon
확장 프로그램 기본 정보
이름 | Good Morning |
ID | icjnjamlfgbdinjffhckkbgdpkddnlnk |
공식 URL | https://chromewebstore.google.com/detail/good-morning/icjnjamlfgbdinjffhckkbgdpkddnlnk |
설명 | Be more productive each morning by avoiding distracting websites |
파일 크기 | 214 KB |
설치 횟수 | 50 |
현재 버전 | 0.0.3 |
최근 업데이트 | 2013-09-07 |
출시 날짜 | 2013-09-07 |
평점 | 4.00/5 총 4 개의 평점 |
개발자 | Travis Wimer |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Good Morning", "description": "Be more productive each morning by avoiding distracting websites", "version": "0.0.3", "permissions": [ "tabs" ], "browser_action": { "default_icon": "images\/icon_128.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "background": { "scripts": [ "scripts\/request_handler.js" ] }, "content_scripts": [ { "js": [ "scripts\/jquery-2.0.1.min.js", "scripts\/redirect.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ "scripts\/jquery-2.0.1.min.map" ] } |