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"
}