NextTab

A tool that automatically switches to the next tab in a list

O que é NextTab?

NextTab é uma extensão do Chrome desenvolvida por saqfish, e sua principal característica é "A tool that automatically switches to the next tab in a list".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão NextTab

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

                        NextTab will let you select a list of open tabs and automatically switch between them on refresh.                    

Informações Básicas da Extensão

Nome NextTab NextTab
ID fnalnialandajhfaidhanakabnfbngij
URL Oficial https://chromewebstore.google.com/detail/nexttab/fnalnialandajhfaidhanakabnfbngij
Descrição A tool that automatically switches to the next tab in a list
Tamanho do Arquivo 1.14 MB
Contagem de Instalações 18
Versão Atual 0.0.3
Última Atualização 2020-10-24
Data de Publicação 2020-10-24
Desenvolvedor saqfish
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/saqfish/NextTab
URL da Página de Ajuda https://github.com/saqfish/NextTab/issues
URL da Página de Política de Privacidade http://saqfish.com/mtb_policy.html
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.3",
    "manifest_version": 2,
    "name": "NextTab",
    "short_name": "NextTab",
    "description": "A tool that automatically switches to the next tab in a list",
    "background": {
        "scripts": [
            "lib\/js\/browser-polyfill.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        },
        "default_title": "NextTab",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "downloads",
        "storage"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "options_ui": {
        "page": ".\/options.html",
        "open_in_tab": true
    }
}