TabList

This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs.

O que é TabList?

TabList é uma extensão do Chrome desenvolvida por Arthur Gerkis, e sua principal característica é "This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão TabList

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

                        This extension will replace a standard new tab page with own page and will list all opened tabs (very useful when you lots of them). You can manage your tabs from this list — rearrange tabs by dragging and dropping, close, refresh, focus, free memory. Also it can view your bookmarks bar. 

You can find code here: https://github.com/ax330d/TabList                    

Informações Básicas da Extensão

Nome TabList TabList
ID degjjfncecoliapmdalnecogigkhldam
URL Oficial https://chromewebstore.google.com/detail/tablist/degjjfncecoliapmdalnecogigkhldam
Descrição This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs.
Tamanho do Arquivo 341 KB
Contagem de Instalações 217
Versão Atual 1.0.9
Última Atualização 2017-09-04
Data de Publicação 2017-09-04
Classificação 4.00/5 Total de 5 Avaliações
Desenvolvedor Arthur Gerkis
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabList",
    "version": "1.0.9",
    "description": "This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs.",
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "incognito": "split",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "tabs",
        "bookmarks",
        "storage",
        "chrome:\/\/favicon\/"
    ],
    "options_page": "options.html",
    "manifest_version": 2,
    "web_accessible_resources": [
        "fonts\/*"
    ]
}