Single tasking tabs

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

Cos'è Single tasking tabs?

Single tasking tabs è un'estensione di Chrome sviluppata da http://nicholasjulia.com, e la sua funzione principale è "Boost your productivity by single tasking and limiting the number of tabs you can open.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Single tasking tabs

Scarica i file di estensione Single tasking tabs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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]                    

Informazioni di Base sull'Estensione

Nome Single tasking tabs Single tasking tabs
ID doniclpdhofjifokfhpbkcinojocdecl
URL Ufficiale https://chrome.google.com/webstore/detail/single-tasking-tabs/doniclpdhofjifokfhpbkcinojocdecl
Descrizione Boost your productivity by single tasking and limiting the number of tabs you can open.
Dimensione del File 4.17 KB
Conteggio Installazioni 282
Versione Corrente 1.1
Ultimo Aggiornamento 2014-02-05
Data di Pubblicazione 2014-02-05
Valutazione 4.80/5 Totale 5 Valutazioni
Sviluppatore http://nicholasjulia.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.nicholasjulia.com
Lingue Supportate 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"
}