Auto Tab Switcher
Automatically switches to the next tab every few seconds
Hvad er Auto Tab Switcher?
Auto Tab Switcher er en Chrome-udvidelse udviklet af https://r2dsolutions.com, og dens hovedfunktion er "Automatically switches to the next tab every few seconds".
Udvidelsesskærmbilleder
Download Auto Tab Switcher-udvidelses-CRX-fil
Download Auto Tab Switcher-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Auto Tab Switcher |
ID | mophipfldpoeeimgjfmcnidafjggmiko |
Officiel URL | https://chromewebstore.google.com/detail/auto-tab-switcher/mophipfldpoeeimgjfmcnidafjggmiko |
Beskrivelse | Automatically switches to the next tab every few seconds |
Filstørrelse | 69.86 KB |
Antal Installationer | 11,702 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2023-03-23 |
Udgivelsesdato | 2023-03-23 |
Bedømmelse | 3.44/5 Samlet 9 Bedømmelser |
Udvikler | https://r2dsolutions.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://portfolio.r2dsolutions.com |
Understøttede Sprog | 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" } } |