Monotab: Curb your procrastination.

Monotab: Curb your procrastination. You need no more than one tab to get things done.

Monotab: Curb your procrastination. क्या है?

Monotab: Curb your procrastination. ozangunalp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Monotab: Curb your procrastination. You need no more than one tab to get things done."।

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

screenshot
screenshot
screenshot

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

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

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

                        Tabs are great. We all love them. 
But things can get really nasty when you have a lot of them!

Monotab is the extension you need to get things done.
Forget multitasking and start monotasking in one tab. Just hit the black m in your extension bar, you will feel more productive already.

Monotab prevents you from opening more than one tab in a window (seriously who uses multiple browser windows anymore?). It is great when you want to concentrate on one job and get it done.

Links that open new tabs start loading in the current tab — remember the last time you used that back button?

And the pinned tabs don't count! You can always pin the tabs you are using for applications.
(hit Alt+Shift+P for pinning)

If you ever want to return to the dark side of multitabs, click the red m.                    

एक्सटेंशन की मूल जानकारी

नाम Monotab: Curb your procrastination. Monotab: Curb your procrastination.
ID nbdkmfcijeallndhmghpleledhilfkkk
आधिकारिक URL https://chromewebstore.google.com/detail/monotab-curb-your-procras/nbdkmfcijeallndhmghpleledhilfkkk
विवरण Monotab: Curb your procrastination. You need no more than one tab to get things done.
फ़ाइल का आकार 16.12 KB
स्थापना संख्या 86
वर्तमान संस्करण 1.0
अंतिम अपडेट 2014-06-12
प्रकाशन तिथि 2014-06-12
रेटिंग 2.67/5 कुल 3 रेटिंग्स
डेवलपर ozangunalp
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Monotab: Curb your procrastination.",
    "short_name": "Monotab",
    "description": "Monotab: Curb your procrastination. You need no more than one tab to get things done.",
    "version": "1.0",
    "icons": {
        "128": "images\/m_logo128px_large_black.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "background",
        "activeTab",
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "commands": {
        "toggle-pin": {
            "suggested_key": {
                "default": "Alt+Shift+P"
            },
            "description": "Toggle tab pin"
        }
    },
    "browser_action": {
        "default_icon": "images\/m_logo128px_large_black.png",
        "default_title": "Monotab"
    }
}