Auto Tab Switcher
Automatically switches to the next tab every few seconds
¿Qué es Auto Tab Switcher?
Auto Tab Switcher es una extensión de Chrome desarrollada por https://r2dsolutions.com, y su función principal es "Automatically switches to the next tab every few seconds".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Auto Tab Switcher
Descarga archivos de extensión Auto Tab Switcher en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Auto Tab Switcher |
ID | mophipfldpoeeimgjfmcnidafjggmiko |
URL Oficial | https://chromewebstore.google.com/detail/auto-tab-switcher/mophipfldpoeeimgjfmcnidafjggmiko |
Descripción | Automatically switches to the next tab every few seconds |
Tamaño del Archivo | 69.86 KB |
Cantidad de Instalaciones | 11,702 |
Versión Actual | 1.0.0 |
Última Actualización | 2023-03-23 |
Fecha de Publicación | 2023-03-23 |
Calificación | 3.44/5 Total de 9 Calificaciones |
Desarrollador | https://r2dsolutions.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://portfolio.r2dsolutions.com |
Idiomas Soportados | 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" } } |