Auto Tab Switcher

Automatically switches to the next tab every few seconds

Qu'est-ce que Auto Tab Switcher ?

Auto Tab Switcher est une extension Chrome développée par https://r2dsolutions.com, et sa fonction principale est "Automatically switches to the next tab every few seconds".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Auto Tab Switcher

Téléchargez les fichiers d'extension Auto Tab Switcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Auto Tab Switcher Auto Tab Switcher
ID mophipfldpoeeimgjfmcnidafjggmiko
URL Officiel https://chromewebstore.google.com/detail/auto-tab-switcher/mophipfldpoeeimgjfmcnidafjggmiko
Description Automatically switches to the next tab every few seconds
Taille du Fichier 69.86 KB
Nombre d'Installations 11,702
Version Actuelle 1.0.0
Dernière Mise à Jour 2023-03-23
Date de Publication 2023-03-23
Évaluation 3.44/5 Total 9 Évaluations
Développeur https://r2dsolutions.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://portfolio.r2dsolutions.com
Langues Prises en Charge 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"
    }
}