TabView

Quickly switch between open browser tabs visually with TabView

O que é TabView?

TabView é uma extensão do Chrome desenvolvida por Larry S, e sua principal característica é "Quickly switch between open browser tabs visually with TabView".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão TabView

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

                        Search, open, close, re-arrange create and preview browser tabs all in one location.  Hot key access (Shift+Ctrl+Space) for quick access to TabView. 


GitHub Repository: https://github.com/larry273/tabView

Changelog:
[1.1.1] 2019-09-24
- Track tab/window movements outside extension

[1.1.0] 2019-09-20
- Window functionality, grouping/creating
- Added ability to move tab positions and between windows 

[1.0.0] 2019-09-15
- initial release


Credits:
SortableJS - https://github.com/SortableJS/Sortable
laptop vector - Designed by D3Images / Freepik                    

Informações Básicas da Extensão

Nome TabView TabView
ID bgcmjpjlnpbhjoehlpmadpljgaigilmj
URL Oficial https://chromewebstore.google.com/detail/tabview/bgcmjpjlnpbhjoehlpmadpljgaigilmj
Descrição Quickly switch between open browser tabs visually with TabView
Tamanho do Arquivo 38.6 KB
Contagem de Instalações 113
Versão Atual 1.1.1
Última Atualização 2019-09-24
Data de Publicação 2019-09-24
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor Larry S
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabView",
    "version": "1.1.1",
    "description": "Quickly switch between open browser tabs visually with TabView",
    "permissions": [
        "tabs",
        "activeTab",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "TabView"
    },
    "icons": {
        "128": "images\/icon.png"
    },
    "manifest_version": 2,
    "commands": {
        "show-tabview": {
            "suggested_key": {
                "default": "Shift+Ctrl+Space"
            },
            "description": "Show TabView"
        }
    }
}