Wheeltab

Switch tabs using your mouse wheel.

O que é Wheeltab?

Wheeltab é uma extensão do Chrome desenvolvida por Mat, e sua principal característica é "Switch tabs using your mouse wheel.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Wheeltab

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

                        Wheeltab allows you to navigate through your open tabs using your mouse wheel.

Press and hold the left button of your mouse, without moving your mouse. Then, use your mouse wheel to scroll through the list of open tabs in the menu that will appear. Release the left button to jump to the highlighted tab. Use the "Escape" key to close the menu and stay on the current tab.                    

Informações Básicas da Extensão

Nome Wheeltab Wheeltab
ID acipnfeildejkaebclgfajogkmilgldh
URL Oficial https://chromewebstore.google.com/detail/wheeltab/acipnfeildejkaebclgfajogkmilgldh
Descrição Switch tabs using your mouse wheel.
Tamanho do Arquivo 11.09 KB
Contagem de Instalações 253
Versão Atual 0.0.4
Última Atualização 2022-04-18
Data de Publicação 2016-05-27
Classificação 1.75/5 Total de 8 Avaliações
Desenvolvedor Mat
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/matco/wheeltab
URL da Página de Ajuda https://github.com/matco/wheeltab
Idiomas Suportados en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Wheeltab",
    "version": "0.0.4",
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "incognito": "spanning",
    "author": "Matthieu Corageoud",
    "permissions": [
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "background": {
        "type": "module",
        "service_worker": "background.js"
    }
}