One Task
Simple Task Management.
One Task란 무엇입니까?
One Task은(는) http://nicholasjulia.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple Task Management."입니다.
확장 프로그램 스크린샷
One Task 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
You have a lot of shit to do. A daily To Do list that’s 11+ items long. You get distracted. The phone rings. Someone interrupts with a question. Another task. So you jump from one thing to the next. Nothing gets done. Or not nearly as fast as it should What good is that To Do List doing you? Your task management needs to be simple. One thing at a time. You focus. Get it done. Move on. Hell you probably already know that doing ONE thing at at time is the best way to cross things off your list. (or maybe ya don’t. Check out what Forbes and Life Hacker have to say.) Easy to say. Not easy to do. You see us easily distra— AH SQUIRREL — ted people need something to keep us on task. The looming of an eminently close deadline (bet ya work like your pants are on fire) The excitement of a new deal A Big payoff around the corner But how do you do it day in day out? When you don’t have a fire under your ass? When Facebook, Reddit and Techcruch call… When there are SOOO many distractions around. You need an easy way to focus. An Easy reminder of what needs to be done. Manageable. Quick. Simple. That’s what One Task is… A chrome extension that replaces your new tab screen. It asks you : What’s the ONE thing you’re going to do today? And displays Did you do: (insert your goal here) To get it visit: http://www.nicholasjulia.com/simplified-task-management/
확장 프로그램 기본 정보
이름 | |
ID | gjfejhncgnikmhemlkfngpfleljobdhk |
공식 URL | https://chrome.google.com/webstore/detail/one-task/gjfejhncgnikmhemlkfngpfleljobdhk |
설명 | Simple Task Management. |
파일 크기 | 2.53 MB |
설치 횟수 | 49 |
현재 버전 | 1.0 |
최근 업데이트 | 2015-03-23 |
출시 날짜 | 2015-03-23 |
개발자 | http://nicholasjulia.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.nicholasjulia.com/simplified-task-management/ |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "One Task", "description": "Simple Task Management.", "version": "1.0", "permissions": [ "storage" ], "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "chrome_url_overrides": { "newtab": "index.html" } } |