Tabs Navigator

This extension provides list of all tabs and easy navigaiton within tabs.

O que é Tabs Navigator?

Tabs Navigator é uma extensão do Chrome desenvolvida por anjali.tulsyan, e sua principal característica é "This extension provides list of all tabs and easy navigaiton within tabs.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Tabs Navigator

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

                        Currently, this extension enlists all tabs bifurcated by windows(to which particular window they belong).
From that interface, it provides quick or one-click navigation among tabs though belonging to different to window.
Along with that individual tab and individual window features.                    

Informações Básicas da Extensão

Nome Tabs Navigator Tabs Navigator
ID knocogeijdfjgppaloipnpchgalcmphe
URL Oficial https://chromewebstore.google.com/detail/tabs-navigator/knocogeijdfjgppaloipnpchgalcmphe
Descrição This extension provides list of all tabs and easy navigaiton within tabs.
Tamanho do Arquivo 63.29 KB
Contagem de Instalações 32
Versão Atual 2.1
Última Atualização 2017-09-21
Data de Publicação 2017-09-21
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor anjali.tulsyan
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabs Navigator",
    "short_name": "Tabs Nav",
    "description": "This extension provides list of all tabs and easy navigaiton within tabs.",
    "version": "2.1",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}