Tab Heaven

Stop having too many tabs open. Pin tabs you use all the time (like email and facebook), and let Tab Heaven handle the rest. You…

O que é Tab Heaven?

Tab Heaven é uma extensão do Chrome desenvolvida por iamnotnader, e sua principal característica é "Stop having too many tabs open. Pin tabs you use all the time (like email and facebook), and let Tab Heaven handle the rest. You…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Tab Heaven

Baixe arquivos de extensão Tab Heaven 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

                        Stop having too many tabs open.


Pin tabs you use all the time (like email and facebook), and let Tab Heaven handle the rest. You can set a maximum number of "unpinned" tabs you'd like to have open. If you open more than the max number of unpinned tabs, Tab Heaven will automatically close your least recently viewed unpinned tab, so you'll never get overloaded.

Access pinned tabs using CTRL+1,2,3,4... hotkeys so you never have to use the mouse for your most important tabs.

Tab Heaven is better than other extensions because it lets you pin tabs you use all the time and prevent them from autoclosing, which is crucial.

Just right-click on a tab to pin it.                    

Informações Básicas da Extensão

Nome Tab Heaven Tab Heaven
ID ajnlnlhcogajdhgjnnolclpcdoamfmlo
URL Oficial https://chrome.google.com/webstore/detail/tab-heaven/ajnlnlhcogajdhgjnnolclpcdoamfmlo
Descrição Stop having too many tabs open. Pin tabs you use all the time (like email and facebook), and let Tab Heaven handle the rest. You…
Tamanho do Arquivo 51.04 KB
Contagem de Instalações 78
Versão Atual 0.2
Última Atualização 2015-02-03
Data de Publicação 2015-02-03
Classificação 4.30/5 Total de 10 Avaliações
Desenvolvedor iamnotnader
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Heaven",
    "version": "0.2",
    "icons": {
        "128": "img\/icon256.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon256.png",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "tabs"
    ]
}