Auto Tab Switcher
Automatically switches to the next tab every few seconds
Co je Auto Tab Switcher?
Auto Tab Switcher je rozšíření Chrome vyvinuté https://r2dsolutions.com, a jeho hlavní funkcí je „Automatically switches to the next tab every few seconds“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Auto Tab Switcher
Stáhněte si soubory rozšíření Auto Tab Switcher ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Auto Tab Switcher |
ID | mophipfldpoeeimgjfmcnidafjggmiko |
Oficiální URL | https://chromewebstore.google.com/detail/auto-tab-switcher/mophipfldpoeeimgjfmcnidafjggmiko |
Popis | Automatically switches to the next tab every few seconds |
Velikost souboru | 69.86 KB |
Počet instalací | 11,702 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2023-03-23 |
Datum Vydání | 2023-03-23 |
Hodnocení | 3.44/5 Celkem 9 Hodnocení |
Vývojář | https://r2dsolutions.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://portfolio.r2dsolutions.com |
Podporované Jazyky | 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" } } |