Auto Tab Switcher

Automatically switches to the next tab every few seconds

O que é Auto Tab Switcher?

Auto Tab Switcher é uma extensão do Chrome desenvolvida por https://r2dsolutions.com, e sua principal característica é "Automatically switches to the next tab every few seconds".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Auto Tab Switcher

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

                        Tab Switcher is a Chrome extension that automatically switches between open tabs at a specified interval. With the ability to set a custom time interval for switching, this extension helps users efficiently navigate through their open tabs without wasting time or energy. The extension also includes a pop-up page with toggle buttons for easy on/off switching and the ability to customize the delay setting. Whether you're juggling multiple tabs for work or leisure, Tab Switcher helps streamline your browsing experience and boost productivity.                    

Informações Básicas da Extensão

Nome Auto Tab Switcher Auto Tab Switcher
ID mophipfldpoeeimgjfmcnidafjggmiko
URL Oficial https://chromewebstore.google.com/detail/auto-tab-switcher/mophipfldpoeeimgjfmcnidafjggmiko
Descrição Automatically switches to the next tab every few seconds
Tamanho do Arquivo 69.86 KB
Contagem de Instalações 11,702
Versão Atual 1.0.0
Última Atualização 2023-03-23
Data de Publicação 2023-03-23
Classificação 3.44/5 Total de 9 Avaliações
Desenvolvedor https://r2dsolutions.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://portfolio.r2dsolutions.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Auto Tab Switcher",
    "description": "Automatically switches to the next tab every few seconds",
    "version": "1.0.0",
    "icons": {
        "16": "icon.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "action": {
        "default_popup": ".\/popup\/popup.html"
    },
    "background": {
        "service_worker": "background.js"
    }
}