Tab Nav

An extension that allows you to quickly search through your current active tabs.

O que é Tab Nav?

Tab Nav é uma extensão do Chrome desenvolvida por TabNav.Team, e sua principal característica é "An extension that allows you to quickly search through your current active tabs.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Tab Nav

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

                        Level up your browsing experience with Tab Nav.

Tab Nav helps you managing tabs and improving productivity.

(version 1.1.0)
Features:
• Search and filter tabs.
• One-click navigate.
• Closing tabs inside the popup window.
• (Merge all) -- Merge all tabs into one window.
• (Drag-and-drop) -- Drag-and-drop a tab to move its position or to another window.
• (Selective merge) -- Right click to select tabs, and merge them into a separate window.
• (Keyboard shortcut) -- Press Ctrl + M to quickly open popup window.                    

Informações Básicas da Extensão

Nome Tab Nav Tab Nav
ID hohloeilanpmnjpnabmlokcliaibcdjb
URL Oficial https://chromewebstore.google.com/detail/tab-nav/hohloeilanpmnjpnabmlokcliaibcdjb
Descrição An extension that allows you to quickly search through your current active tabs.
Tamanho do Arquivo 2.45 MB
Contagem de Instalações 26
Versão Atual 1.1.0
Última Atualização 2021-04-29
Data de Publicação 2019-06-23
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor TabNav.Team
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Nav",
    "version": "1.1.0",
    "description": "An extension that allows you to quickly search through your current active tabs.",
    "permissions": [
        "declarativeContent",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/Black-Icon-16.png",
            "32": "images\/Black-Icon-32.png",
            "48": "images\/Black-Icon-48.png",
            "128": "images\/Black-Icon-128.png"
        }
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+M",
                "mac": "Command+M"
            },
            "description": "Open Tab-Search-Engine"
        }
    },
    "icons": {
        "16": "images\/Black-Icon-16.png",
        "32": "images\/Black-Icon-32.png",
        "48": "images\/Black-Icon-48.png",
        "128": "images\/Black-Icon-128.png"
    },
    "manifest_version": 2
}