Auto Tab Switcher

Automatically switches to the next tab every few seconds

Cos'è Auto Tab Switcher?

Auto Tab Switcher è un'estensione di Chrome sviluppata da https://r2dsolutions.com, e la sua funzione principale è "Automatically switches to the next tab every few seconds".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Auto Tab Switcher

Scarica i file di estensione Auto Tab Switcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Auto Tab Switcher Auto Tab Switcher
ID mophipfldpoeeimgjfmcnidafjggmiko
URL Ufficiale https://chromewebstore.google.com/detail/auto-tab-switcher/mophipfldpoeeimgjfmcnidafjggmiko
Descrizione Automatically switches to the next tab every few seconds
Dimensione del File 69.86 KB
Conteggio Installazioni 11,702
Versione Corrente 1.0.0
Ultimo Aggiornamento 2023-03-23
Data di Pubblicazione 2023-03-23
Valutazione 3.44/5 Totale 9 Valutazioni
Sviluppatore https://r2dsolutions.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://portfolio.r2dsolutions.com
Lingue Supportate 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"
    }
}