Single tasking tabs

Boost your productivity by single tasking and limiting the number of tabs you can open.

Single tasking tabsとは何ですか?

Single tasking tabsはhttp://nicholasjulia.comによって開発されたChromeの拡張機能で、その主な機能は「Boost your productivity by single tasking and limiting the number of tabs you can open.」です。

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

screenshot

Single tasking tabs拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Boost your productivity by single tasking and limiting the number of tabs you can open.

Ever wonder how you've gotten so little done? But have so many tabs open and projects started?

This extension solves the time wasting problem of multi-tasking. 
Allowing you to be more productive.

By making you prioritize working on the most important task. 
Completing it and then moving on. 
You can easily increase your productivity by 47%

This extension was designed for single tab browsing. 
Open a window. Complete a task. Close. 

But you can define and limit how many tabs or windows you're allowed.
The suggestion is you limit it to 2 windows or 2 tabs max.

Now get productive. 

Nick "getting things done" Julia
www.weeklydesk.com
www.nicholasjulia.com

[email protected]                    

拡張機能の基本情報

名前 Single tasking tabs Single tasking tabs
ID doniclpdhofjifokfhpbkcinojocdecl
公式URL https://chrome.google.com/webstore/detail/single-tasking-tabs/doniclpdhofjifokfhpbkcinojocdecl
説明 Boost your productivity by single tasking and limiting the number of tabs you can open.
ファイルサイズ 4.17 KB
インストール数 282
現在のバージョン 1.1
最終更新日 2014-02-05
公開日 2014-02-05
評価 4.80/5 合計 5 レビュー
開発者 http://nicholasjulia.com
支払い方法 free
拡張機能のウェブサイト http://www.nicholasjulia.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Single tasking tabs",
    "description": "Boost your productivity by single tasking and limiting the number of tabs you can open.",
    "version": "1.1",
    "author": "Nick -productivity- Julia",
    "permissions": [
        "tabs"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "bg.js"
        ]
    },
    "options_page": "options.html"
}