Auto Tab Switcher

Automatically switches to the next tab every few seconds

Auto Tab Switcher क्या है?

Auto Tab Switcher https://r2dsolutions.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically switches to the next tab every few seconds"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Auto Tab Switcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}