Tab Manager (by shimomire)

This is a tool to manage tab that is currently open on a single screen.

O que é Tab Manager (by shimomire)?

Tab Manager (by shimomire) é uma extensão do Chrome desenvolvida por shimomire, e sua principal característica é "This is a tool to manage tab that is currently open on a single screen.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Tab Manager (by shimomire)

Baixe arquivos de extensão Tab Manager (by shimomire) 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

                        Tab Manager proposes a new use of tabbed browsing.



The following functions are for and organizing quick search tab.

1.Tab screen manager can see multiple tabs at the same time.

2.Tab management with a Tab Manager Screen.

3.You can search tabs.

4.Proposal unnecessary tabs.

5.Display of closed tabs.                    

Informações Básicas da Extensão

Nome Tab Manager (by shimomire) Tab Manager (by shimomire)
ID lhnjllodihbcobjkppfbafclibgpofje
URL Oficial https://chromewebstore.google.com/detail/tab-manager-by-shimomire/lhnjllodihbcobjkppfbafclibgpofje
Descrição This is a tool to manage tab that is currently open on a single screen.
Tamanho do Arquivo 260 KB
Contagem de Instalações 783
Versão Atual 1.0.5
Última Atualização 2012-11-23
Data de Publicação 2012-11-23
Classificação 3.83/5 Total de 12 Avaliações
Desenvolvedor shimomire
Tipo de Pagamento free
Idiomas Suportados en,ja
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.0.5",
    "background": {
        "scripts": [
            "javascript\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "chrome:\/\/favicon\/",
        ""
    ],
    "browser_action": {
        "default_title": "__MSG_title__"
    },
    "icons": {
        "16": "images\/icon.png",
        "128": "images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}