Tabulator

Manage your open tabs from the new tab page

O que é Tabulator?

Tabulator é uma extensão do Chrome desenvolvida por https://gettabulator.com, e sua principal característica é "Manage your open tabs from the new tab page".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Tabulator

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

                        Tabulator is tab management for power users. If you're the kind of user that has a ton of tabs open at all times, this is the extension for you.
 Tabulator takes over your new tab page and allows:
 - viewing all your open tabs
  - filtering through open tabs, by title or url
  - switching to a tab, usually after filtering
  - closing tabs from the page
  - re-ordering tabs via drag and drop                    

Informações Básicas da Extensão

Nome Tabulator Tabulator
ID fgmhoejdoifkbmkdelcgcoimlnfmhbhm
URL Oficial https://chromewebstore.google.com/detail/tabulator/fgmhoejdoifkbmkdelcgcoimlnfmhbhm
Descrição Manage your open tabs from the new tab page
Tamanho do Arquivo 74.77 KB
Contagem de Instalações 196
Versão Atual 1.1.0
Última Atualização 2018-07-08
Data de Publicação 2018-07-07
Classificação 4.00/5 Total de 3 Avaliações
Desenvolvedor https://gettabulator.com
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabulator",
    "author": "Ammar Khaku",
    "version": "1.1.0",
    "description": "Manage your open tabs from the new tab page",
    "icons": {
        "128": "images\/icon-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "background": {
        "scripts": [
            "bundles\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        ""
    ],
    "minimum_chrome_version": "50"
}