Auto Tab Switcher

Automatically switches to the next tab every few seconds

Vad är Auto Tab Switcher?

Auto Tab Switcher är en Chrome-tillägg utvecklad av https://r2dsolutions.com, och dess huvudfunktion är "Automatically switches to the next tab every few seconds".

Tilläggsskärmbilder

screenshot

Ladda ner Auto Tab Switcher-förlängningens CRX-fil

Ladda ner Auto Tab Switcher-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Auto Tab Switcher Auto Tab Switcher
ID mophipfldpoeeimgjfmcnidafjggmiko
Officiell webbadress https://chromewebstore.google.com/detail/auto-tab-switcher/mophipfldpoeeimgjfmcnidafjggmiko
Beskrivning Automatically switches to the next tab every few seconds
Filstorlek 69.86 KB
Antal Installationer 11,702
Aktuell Version 1.0.0
Senast Uppdaterad 2023-03-23
Publiceringsdatum 2023-03-23
Betyg 3.44/5 Totalt 9 Betyg
Utvecklare https://r2dsolutions.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://portfolio.r2dsolutions.com
Stödda Språk 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"
    }
}