Single tasking tabs

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

O que é Single tasking tabs?

Single tasking tabs é uma extensão do Chrome desenvolvida por http://nicholasjulia.com, e sua principal característica é "Boost your productivity by single tasking and limiting the number of tabs you can open.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Single tasking tabs

Baixe arquivos de extensão Single tasking tabs no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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]                    

Informações Básicas da Extensão

Nome Single tasking tabs Single tasking tabs
ID doniclpdhofjifokfhpbkcinojocdecl
URL Oficial https://chrome.google.com/webstore/detail/single-tasking-tabs/doniclpdhofjifokfhpbkcinojocdecl
Descrição Boost your productivity by single tasking and limiting the number of tabs you can open.
Tamanho do Arquivo 4.17 KB
Contagem de Instalações 282
Versão Atual 1.1
Última Atualização 2014-02-05
Data de Publicação 2014-02-05
Classificação 4.80/5 Total de 5 Avaliações
Desenvolvedor http://nicholasjulia.com
Tipo de Pagamento free
Site da Extensão http://www.nicholasjulia.com
Idiomas Suportados 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"
}