Tabist

Quick Tab Switcher

O que é Tabist?

Tabist é uma extensão do Chrome desenvolvida por fivenineplusr, e sua principal característica é "Quick Tab Switcher".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Tabist

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

                        Quickly find the tab that you want to see and click the link to go to that tab.                    

Informações Básicas da Extensão

Nome Tabist Tabist
ID hdjegjggiogfkaldbfphfdkpggjemaha
URL Oficial https://chromewebstore.google.com/detail/tabist/hdjegjggiogfkaldbfphfdkpggjemaha
Descrição Quick Tab Switcher
Tamanho do Arquivo 31.15 KB
Contagem de Instalações 728
Versão Atual 0.1.6
Última Atualização 2016-09-18
Data de Publicação 2016-09-18
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor fivenineplusr
Tipo de Pagamento free
Site da Extensão http://github.com/fiveNinePlusR/tabist
URL da Página de Ajuda http://github.com/fiveNinePlusR/tabist
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Quick Tab Switcher",
    "manifest_version": 2,
    "name": "Tabist",
    "version": "0.1.6",
    "homepage_url": "https:\/\/github.com\/fiveNinePlusR\/tabist",
    "icons": {
        "48": "icons\/page-48_white.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/page-32_white.png"
    },
    "commands": {
        "toggle-tabist": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Ctrl+Shift+E",
                "windows": "Ctrl+Shift+E"
            },
            "description": "Toggle or activate a Tabist tab"
        }
    }
}