Auto Tab Switcher
Automatically switches to the next tab every few seconds
Co to jest Auto Tab Switcher?
Auto Tab Switcher to rozszerzenie Chrome opracowane przez https://r2dsolutions.com, a jego główną funkcją jest „Automatically switches to the next tab every few seconds”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Auto Tab Switcher
Pobierz pliki rozszerzeń Auto Tab Switcher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Auto Tab Switcher |
ID | mophipfldpoeeimgjfmcnidafjggmiko |
Oficjalny URL | https://chromewebstore.google.com/detail/auto-tab-switcher/mophipfldpoeeimgjfmcnidafjggmiko |
Opis | Automatically switches to the next tab every few seconds |
Rozmiar pliku | 69.86 KB |
Liczba instalacji | 11,702 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2023-03-23 |
Data Publikacji | 2023-03-23 |
Ocena | 3.44/5 Łącznie 9 Oceny |
Deweloper | https://r2dsolutions.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://portfolio.r2dsolutions.com |
Obsługiwane Języki | 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" } } |