Auto Tab Switcher

Automatically switches to the next tab every few seconds

Was ist Auto Tab Switcher?

Auto Tab Switcher ist eine Chrome-Erweiterung, die von https://r2dsolutions.com entwickelt wurde, und ihr Hauptmerkmal ist "Automatically switches to the next tab every few seconds".

Erweiterungsscreenshots

screenshot

Auto Tab Switcher-Erweiterungs-CRX-Datei herunterladen

Laden Sie Auto Tab Switcher-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Auto Tab Switcher Auto Tab Switcher
ID mophipfldpoeeimgjfmcnidafjggmiko
Offizielle URL https://chromewebstore.google.com/detail/auto-tab-switcher/mophipfldpoeeimgjfmcnidafjggmiko
Beschreibung Automatically switches to the next tab every few seconds
Dateigröße 69.86 KB
Installationsanzahl 11,702
Aktuelle Version 1.0.0
Letztes Update 2023-03-23
Veröffentlichungsdatum 2023-03-23
Bewertung 3.44/5 Insgesamt 9 Bewertungen
Entwickler https://r2dsolutions.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://portfolio.r2dsolutions.com
Unterstützte Sprachen 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"
    }
}