Auto Tab Switcher

Automatically switches to the next tab every few seconds

Τι είναι το Auto Tab Switcher;

Το Auto Tab Switcher είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://r2dsolutions.com, και η κύρια λειτουργία του είναι "Automatically switches to the next tab every few seconds".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Auto Tab Switcher

Λήψη αρχείων επέκτασης Auto Tab Switcher σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Auto Tab Switcher Auto Tab Switcher
ID mophipfldpoeeimgjfmcnidafjggmiko
Επίσημο URL https://chromewebstore.google.com/detail/auto-tab-switcher/mophipfldpoeeimgjfmcnidafjggmiko
Περιγραφή Automatically switches to the next tab every few seconds
Μέγεθος Αρχείου 69.86 KB
Αριθμός Εγκαταστάσεων 11,702
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2023-03-23
Ημερομηνία Δημοσίευσης 2023-03-23
Αξιολόγηση 3.44/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής https://r2dsolutions.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://portfolio.r2dsolutions.com
Υποστηριζόμενες Γλώσσες 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"
    }
}