Auto Tab Switcher
Automatically switches to the next tab every few seconds
Wat is Auto Tab Switcher?
Auto Tab Switcher is een Chrome-extensie ontwikkeld door https://r2dsolutions.com, en de belangrijkste functie is "Automatically switches to the next tab every few seconds".
Extensie Screenshots
Download het CRX-bestand van de extensie Auto Tab Switcher
Download Auto Tab Switcher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Auto Tab Switcher |
ID | mophipfldpoeeimgjfmcnidafjggmiko |
Officiële URL | https://chromewebstore.google.com/detail/auto-tab-switcher/mophipfldpoeeimgjfmcnidafjggmiko |
Beschrijving | Automatically switches to the next tab every few seconds |
Bestandsgrootte | 69.86 KB |
Aantal Installaties | 11,702 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2023-03-23 |
Publicatiedatum | 2023-03-23 |
Beoordeling | 3.44/5 Totaal 9 Beoordelingen |
Ontwikkelaar | https://r2dsolutions.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://portfolio.r2dsolutions.com |
Ondersteunde Talen | 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" } } |