One Task

Simple Task Management.

One Taskとは何ですか?

One Taskはhttp://nicholasjulia.comによって開発されたChromeの拡張機能で、その主な機能は「Simple Task Management.」です。

拡張機能のスクリーンショット

screenshot

One Task拡張機能のCRXファイルをダウンロード

One Task拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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/                    

拡張機能の基本情報

名前 One Task One Task
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"
    }
}