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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Boost your productivity by single tasking and limiting the number of tabs you can open."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Single tasking tabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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