Monotab: Curb your procrastination.

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

O que é Monotab: Curb your procrastination.?

Monotab: Curb your procrastination. é uma extensão do Chrome desenvolvida por ozangunalp, e sua principal característica é "Monotab: Curb your procrastination. You need no more than one tab to get things done.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Monotab: Curb your procrastination.

Baixe arquivos de extensão Monotab: Curb your procrastination. 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

                        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.                    

Informações Básicas da Extensão

Nome Monotab: Curb your procrastination. Monotab: Curb your procrastination.
ID nbdkmfcijeallndhmghpleledhilfkkk
URL Oficial https://chromewebstore.google.com/detail/monotab-curb-your-procras/nbdkmfcijeallndhmghpleledhilfkkk
Descrição Monotab: Curb your procrastination. You need no more than one tab to get things done.
Tamanho do Arquivo 16.12 KB
Contagem de Instalações 86
Versão Atual 1.0
Última Atualização 2014-06-12
Data de Publicação 2014-06-12
Classificação 2.67/5 Total de 3 Avaliações
Desenvolvedor ozangunalp
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}